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/arm
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
..
usb_desc.c Adding relative movement mouse key support 2016-03-21 23:05:41 -07:00
usb_desc.h Adding dynamic USB power support 2016-02-21 19:56:52 -08:00
usb_dev.c Adding auto-restart support whenever USB gets into an odd state 2016-05-27 01:26:04 -07:00
usb_dev.h Adding auto-restart support whenever USB gets into an odd state 2016-05-27 01:26:04 -07:00
usb_joystick.c Forgot to add these files in an earlier commit 2015-08-21 18:26:46 -07:00
usb_joystick.h Forgot to add these files in an earlier commit 2015-08-21 18:26:46 -07:00
usb_keyboard.c Adding auto-restart support whenever USB gets into an odd state 2016-05-27 01:26:04 -07:00
usb_keyboard.h Code cleanup 2015-06-14 14:33:40 -07:00
usb_mem.c More preparation for NKRO USB for arm 2014-09-28 16:44:57 -07:00
usb_mem.h Code cleanup 2015-06-14 14:33:40 -07:00
usb_mouse.c Adding proper remote wake-up support 2016-05-17 01:18:14 -07:00
usb_mouse.h Adding basic mouse button support 2016-03-21 00:51:51 -07:00
usb_serial.c Adding initial dfu-upload code and debugging for Bootloader. 2015-06-14 14:33:39 -07:00
usb_serial.h Code cleanup 2015-06-14 14:33:40 -07:00