Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.

This commit is contained in:
Dean Camera 2012-02-09 20:30:27 +00:00
parent 385ffb6de3
commit 2180f57d17
4 changed files with 8 additions and 1 deletions

View file

@ -34,6 +34,7 @@
* having to reset the Mass Storage interface
* - USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors)
* - Reordered board name definition indexes so that a mispelled BOARD compile option will default to BOARD_USER rather than BOARD_USBKEY
* - Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage
* - Library Applications:
* - Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without
* having to reset the Mass Storage interface