qmk_firmware/LUFA/Drivers/USB/Class/Device
Dean Camera 158afe9109 Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.
Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.

Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.

Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
2010-09-30 06:23:38 +00:00
..
Audio.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
Audio.h Clarify in the documentation that the Audio demos and driver is for the Audio 1.0 specification, not the newer (and more advanced/less supported) 2.0 specification. 2010-08-21 11:38:39 +00:00
CDC.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
CDC.h Fix XPLAINBridge project discarding characters from the USB interface due to a double read from the endpoint. 2010-08-01 14:03:13 +00:00
HID.c Move out many of the common class driver constants into grouped enums, to make them more managable. 2010-09-28 12:14:06 +00:00
HID.h Move out many of the common class driver constants into grouped enums, to make them more managable. 2010-09-28 12:14:06 +00:00
MIDI.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
MIDI.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 2010-07-30 09:48:35 +00:00
MassStorage.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
MassStorage.h Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. 2010-07-19 14:00:44 +00:00
RNDIS.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
RNDIS.h Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00