driver-hashfast.h


Log

Author Commit Date CI Message
Adrian Port fdcac442 2013-10-30T19:54:59 Remove duplicate HF_SEQUENCE_DISTANCE() macro, and duplicate hash_sequence from info structure
Con Kolivas 71c6206d 2013-10-20T11:28:27 Remove unused statistics from hashfast driver struct and don't pack hashfast info structs since there is no need for them to match the device ones identically.
Con Kolivas 6b2a39d2 2013-10-20T11:23:42 Add op stats1 processing for the hashfast driver.
Con Kolivas 8218ba2f 2013-10-20T10:57:17 Implement OP_NONCE processing in hashfast driver read thread.
Con Kolivas f340c52c 2013-10-19T18:19:23 Implement reading of a whole hashfast packet from the read thread and parsing it, implementing parsing of gwq status.
Con Kolivas fe945e18 2013-10-14T17:39:33 Implement primary scanwork loop submitting work and returning hashrate for hashfast.
Con Kolivas 222af657 2013-10-14T16:51:21 Remove hashfast write thread for all writes can be done from scanwork without added complexity.
Con Kolivas 598b58c8 2013-10-14T00:18:23 Create basic read and write threads that will be used by hashfast driver.
Con Kolivas 93d1f93f 2013-10-13T22:34:16 Perform remainder of hashfast_detect_common setup.
Con Kolivas 49befae6 2013-10-13T22:25:48 Get remaining data from reset sequence on hashfast driver.
Con Kolivas 922b4d85 2013-10-13T21:55:14 Store the device data returned from hashfast header returned in reset
Con Kolivas 4b9eb370 2013-10-13T20:28:57 Implement hashfast send header function and add relevant usb op codes to arrays, beginning reset sequence on hashfast detection.
Con Kolivas df6873ef 2013-10-13T17:23:51 Remove old initialisation code from hashfast, use hf protocol library where possible and prepare for new driver model.
Con Kolivas 62f6fefb 2013-09-21T08:33:11 Create a struct array of hashfast commands and their associated usb command names.
Con Kolivas 45c8d607 2013-09-19T17:34:26 Add crc initialisation tables and helper functions for hashfast driver.
Con Kolivas b224ad37 2013-09-19T12:34:00 Provide initial set up code and structure initialisation for hashfast device detection.
Con Kolivas ece62958 2013-09-19T09:51:03 Add basic structures to hashfast header.
Con Kolivas f317e829 2013-09-19T09:41:25 Create basic skeleton and copyright notices for hashfast driver.
Con Kolivas cdaaff19 2013-09-19T09:35:35 Provide stubs for compiling hashfast code into makefiles.