diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-17 23:11:13 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-17 23:11:13 +0000 |
commit | ef44b8c036daf4806a369dfdcd5adf72cf85b824 (patch) | |
tree | bf85a9a58e7791625c2d14e0e772600fb38e4e62 /LUFA/ManPages | |
parent | efd57cfe51ec0501d4378d01e019f3e23b989274 (diff) | |
download | lufa-ef44b8c036daf4806a369dfdcd5adf72cf85b824.tar.gz lufa-ef44b8c036daf4806a369dfdcd5adf72cf85b824.tar.bz2 lufa-ef44b8c036daf4806a369dfdcd5adf72cf85b824.zip |
Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the HID class driver (thanks to Joby Taffey).
Add in newHID_KEYBOARD_SC_POWER keyboard scancode constant.
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 8116a5959..c708b3e76 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -49,6 +49,7 @@ * - Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define * - Fixed HID host class driver incorrectly binding to HID devices that do not have an OUT endpoint * - Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class driver (thanks to Opendous Inc.) + * - Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the HID class driver (thanks to Joby Taffey) * - Fixed incorrect endpoint initialisation order in the several device demos (thanks to Rick Drolet) * - Fixed inverted Minimum board LEDs * - Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks to WZab) |