Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix license headers. | Tomasz Kramkowski | 2017-03-21 | 1 | -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 nanosleep | Tomasz Kramkowski | 2017-02-11 | 1 | -2/+18 |
| | | | | | A point was raised that usleep is deprecated, a new function was written to replace it: udelay. | ||||
* | halfkay: overhaul error handling | Tomasz Kramkowski | 2016-12-22 | 1 | -27/+43 |
| | | | | Errors now handled by eprintf.h instead of log.h. | ||||
* | halfkay.c: delay now backs off after failure | Tomasz Kramkowski | 2016-11-24 | 1 | -2/+4 |
| | | | | Implemented additional fix from previous commit message. | ||||
* | halfkay.c: usbsendmd: fix fast transmit EPIPE | Tomasz Kramkowski | 2016-11-24 | 1 | -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 size | Tomasz Kramkowski | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | halfkay.c: Fix reboot | Tomasz Kramkowski | 2016-11-23 | 1 | -4/+5 |
| | |||||
* | init commit | Tomasz Kramkowski | 2016-11-23 | 1 | -0/+164 |