diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-17 22:08:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-17 22:08:29 +0000 |
commit | e4f3d9957efee6d2259f3b9f19a26ce0c8bee95d (patch) | |
tree | dd0f6bda15a46d118abb9d42c442a00b544e46af | |
parent | 4344b0621d8a1392e97ad98b05f690e4ff7621b2 (diff) | |
download | lufa-e4f3d9957efee6d2259f3b9f19a26ce0c8bee95d.tar.gz lufa-e4f3d9957efee6d2259f3b9f19a26ce0c8bee95d.tar.bz2 lufa-e4f3d9957efee6d2259f3b9f19a26ce0c8bee95d.zip |
Fix non-ASCII characters breaking LaTex documentation builds.
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 7525eeed6..80e56de57 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -648,7 +648,7 @@ * - Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used * - 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 GenericHID failing HID class tests due to incorrect Logical Minimum and Logical Maximum values (thanks to Soren Greiner) * - Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint addresses of 8 and above (thanks to John Andrews) * - Fixed report data alignment issues in the MouseHostWithParser demo when X and Y movement data size is not a multiple of 8 bits * - Fixed HID Report Descriptor Parser not correctly resetting internal states when a REPORT ID element is encountered |