diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-19 09:04:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-19 09:04:25 +0000 |
commit | 9d2613d90868b59ac48ccce8b652819d5cd388d5 (patch) | |
tree | 8f5fe1bfba3045a2d91244991ca5e657607187d5 /LUFA/ManPages | |
parent | b243c2b80bf51c2b1473fbd4bac204bd6d984b7b (diff) | |
download | lufa-9d2613d90868b59ac48ccce8b652819d5cd388d5.tar.gz lufa-9d2613d90868b59ac48ccce8b652819d5cd388d5.tar.bz2 lufa-9d2613d90868b59ac48ccce8b652819d5cd388d5.zip |
Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint addresses of 8 and above (thanks to John Andrews).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c2b7d5edb..62997d73d 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -61,6 +61,7 @@ * - Fixed Host mode to Device mode UID change not causing a USB Disconnect event when a device was connected
* - Fixed Mouse/Keyboard demos not performing the correct arithmetic on the Idle period at the right times (thanks to Brian Dickman)
* - Fixed GenericHID failing HID class tests due to incorrect Logical Minimum and Logical Maximum values (thanks to Søren Greiner)
+ * - Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint addresses of 8 and above (thanks to John Andrews)
*
*
* \section Sec_ChangeLog090605 Version 090605
|