diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-13 08:14:16 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-13 08:14:16 +0000 |
commit | 99abd1a8b7c096baf5ddaff84a8f8fdfb097dfc2 (patch) | |
tree | 9bba0a7d135766431ab58076b5753e68f7005736 /LUFA | |
parent | df5500e81cc40633eb5edee59410030f0aa77c2d (diff) | |
download | lufa-99abd1a8b7c096baf5ddaff84a8f8fdfb097dfc2.tar.gz lufa-99abd1a8b7c096baf5ddaff84a8f8fdfb097dfc2.tar.bz2 lufa-99abd1a8b7c096baf5ddaff84a8f8fdfb097dfc2.zip |
Added explicit attribute masks to the device mode demos' descriptors.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 24e6b8d11..fd652217a 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -14,8 +14,9 @@ *
* <b>Changed:</b>
* - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested
- * HID interface within the device, not all HID interfaces.
- * - Added new CDC_Device_Flush() command to the CDC Class device driver.
+ * HID interface within the device, not all HID interfaces
+ * - Added new CDC_Device_Flush() command to the device mode CDC Class driver
+ * - Added explicit attribute masks to the device mode demos' descriptors
*
* <b>Fixed:</b>
* - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the
|