aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-09 20:30:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-09 20:30:27 +0000
commit2180f57d17a5589291eaf77db999f61a883ef3b6 (patch)
tree7b77dd0aea677621d885febca71948520c5f5da4 /LUFA/DoxygenPages
parent385ffb6de3cc85462be82f14eeb580d6b66bc5e7 (diff)
downloadlufa-2180f57d17a5589291eaf77db999f61a883ef3b6.tar.gz
lufa-2180f57d17a5589291eaf77db999f61a883ef3b6.tar.bz2
lufa-2180f57d17a5589291eaf77db999f61a883ef3b6.zip
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index c0e73dae5..1e887f661 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -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