driver-hashfast.c


Log

Author Commit Date CI Message
Con Kolivas d7a907f2 2013-10-13T21:45:01 Timeout should not be a fatal error in hashfast_get_header
Con Kolivas 58dd80e4 2013-10-13T21:39:59 Implement a hashfast get_header function which reads till it finds a header preamble or times out.
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 6e2d12e1 2013-10-13T16:57:28 Remove now unused crc32 code from hashfast driver.
Con Kolivas 21bbe20d 2013-09-30T08:45:44 Remove now unnecessary forward declaration of hashfast_drv
Con Kolivas f49a3c76 2013-09-30T08:43:29 Merge branch 'master' into hashfast Conflicts: Makefile.am api.c cgminer.c configure.ac miner.h usbutils.c usbutils.h
Con Kolivas 293622cf 2013-09-22T22:54:18 Merge branch 'master' into hashfast Conflicts: usbutils.c usbutils.h
Con Kolivas c2ef8ca6 2013-09-21T18:00:06 Enable usb buffering on hashfast during init.
Con Kolivas 489722a6 2013-09-21T17:44:48 Provide basic infrastructure for sending an arbitrary frame on hashfast.
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 78932aa1 2013-09-19T10:38:08 Provide basic structure for a hashfast driver.
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.