Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Output/pjrcUSB
Jacob Alexander 92b3b5081b Adding auto-restart support whenever USB gets into an odd state
- Somewhat aggresive, may cause restarts if the keyboard/OS hasn't fully intialized the keyboard
- Added GET_IDLE handling and correct usage of SET_IDLE
- Initial implementation of idle send, commented out as it causes issues on Mac OSX for sleeping
  (keyboard has been working without it)
- MacOSX seems to have some sort of data corruption on the USB link, not sure why (other OSs have no issues)
- Cleaned up some code
- Added a longer sleep after the resume sequence to prevent possible issues sending keys too soon
  (may need to be increased more)

Ipad support now seems flaky, though Mac, Windows seems solid.
Init sequence on Linux seems slow, even though there are no errors.
2016-05-27 01:26:04 -07:00
..
arm Adding auto-restart support whenever USB gets into an odd state 2016-05-27 01:26:04 -07:00
avr Code cleanup 2015-06-14 14:33:40 -07:00
capabilities.kll Adding toggleKbdProtocol capability 2016-05-26 13:06:12 +02:00
output_com.c Adding auto-restart support whenever USB gets into an odd state 2016-05-27 01:26:04 -07:00
output_com.h Adding auto-restart support whenever USB gets into an odd state 2016-05-27 01:26:04 -07:00
setup.cmake FIxing Media Keys and general USB compatibilty 2015-08-19 00:01:15 -07:00