aboutsummaryrefslogtreecommitdiffstats
path: root/halfkay.c
Commit message (Collapse)AuthorAgeFilesLines
* bump license datesHEADmasterTomasz Kramkowski2017-05-181-1/+1
|
* Fix license headers.Tomasz Kramkowski2017-03-211-13/+14
| | | | | There appears to have been a mishmash of GPLv2 and GPLv3 headers, so this is fixed now.
* halfkay: Replace usleep with udelay based on nanosleepTomasz Kramkowski2017-02-111-2/+18
| | | | | A point was raised that usleep is deprecated, a new function was written to replace it: udelay.
* 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