diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-07 03:47:42 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-07 03:47:42 +0000 |
commit | 2ae41fb15322c92e4cbb7578c1fac23904f1209e (patch) | |
tree | e9a30f9972f8d0030d774ffbe33086cc9a517596 /LUFA/ManPages | |
parent | 3bb8055459778a834794fab484af350ea7ae0725 (diff) | |
download | lufa-2ae41fb15322c92e4cbb7578c1fac23904f1209e.tar.gz lufa-2ae41fb15322c92e4cbb7578c1fac23904f1209e.tar.bz2 lufa-2ae41fb15322c92e4cbb7578c1fac23904f1209e.zip |
Added endian-correction to the CDC driver's Line Encoding control request handlers.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/LUFAPoweredProjects.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index b2ce39110..d3ff6858e 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -62,6 +62,7 @@ * and not a Pipe within the host * - The MS_Host_ResetMSInterface() now performs a full Mass Storage reset sequence to prevent data corruption in the event of a device * lock up or timeout (thanks to David Lyons) + * - Added endian-correction to the CDC driver's Line Encoding control request handlers. * - Library Applications: * - Modified the Low Level and Class Driver AudioInput and AudioOutput demos to support multiple audio sample rates * - Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt index 45d0d91a3..df72cbc0e 100644 --- a/LUFA/ManPages/LUFAPoweredProjects.txt +++ b/LUFA/ManPages/LUFAPoweredProjects.txt @@ -79,6 +79,7 @@ * - Opendous-JTAG, an open source ARM JTAG debugger: http://code.google.com/p/opendous-jtag/ * - Openkubus, an open source hardware-based authentication dongle: http://code.google.com/p/openkubus/ * - Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm + * - Programmable keyboard controller: http://41j.com/blog/2011/10/a-programmable-keyboard-controller/ * - Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/ * - PSGroove, a Playstation 3 Homebrew dongle: http://github.com/psgroove * - PS/2 to USB adapter: https://github.com/makestuff/p2ukbd |