aboutsummaryrefslogtreecommitdiffstats
path: root/halfkay.c
Commit message (Collapse)AuthorAgeFilesLines
* halfkay: overhaul error handlingTomasz Kramkowski2016-12-221-27/+43
| | | | Errors now handled by eprintf.h instead of log.h.
* halfkay.c: delay now backs off after failureTomasz Kramkowski2016-11-241-2/+4
| | | | Implemented additional fix from previous commit message.
* halfkay.c: usbsendmd: fix fast transmit EPIPETomasz Kramkowski2016-11-241-7/+11
| | | | | | Fixed an issue where transmitting too quickly would cause a LIBUSB_ERROR_PIPE after the third transmission. For the future the delay might want to back off and the initial delay could be shortened.
* halfkay.c: Prevent shift past type sizeTomasz Kramkowski2016-11-231-1/+2
|
* halfkay.c: Fix rebootTomasz Kramkowski2016-11-231-4/+5
|
* init commitTomasz Kramkowski2016-11-231-0/+164