diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-13 08:14:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-13 08:14:16 +0000 |
| commit | e0a22e2f642b1ba68bb79f8e34c2a8c8872313a4 (patch) | |
| tree | 9bba0a7d135766431ab58076b5753e68f7005736 /LUFA | |
| parent | 5d263f57d66600ca29248ac3572e2d3197834d4f (diff) | |
Added explicit attribute masks to the device mode demos' descriptors.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@738 d5102386-fcda-11dd-9fdb-3debd5008f28
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 24e6b8d1..fd652217 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
|
