qmk_firmware/LUFA/Drivers/USB/Class/Device
Dean Camera f85a53a31b Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces.
Fix Keyboard and Mouse demos, Idle period is now multiplied by 4 as the period is read into and sent out of the device to ensure it is always stored as a multiple of 1ms. Fixes Keyboard demo using an initial Idle period of 2s rather than 500ms (thanks to Brian Dickman).

Move out the internal device serial descriptor reading routine into a seperate static function, rather than being part of USB_Device_GetDescriptor.
2009-07-15 05:49:19 +00:00
..
Audio.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Audio.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
CDC.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
CDC.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
HID.c Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces. 2009-07-15 05:49:19 +00:00
HID.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
MIDI.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
MIDI.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
MassStorage.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
MassStorage.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
RNDIS.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
RNDIS.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
RNDISConstants.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 2009-06-14 15:55:13 +00:00