qmk_firmware/LUFA/Drivers/USB/Class/Device
Dean Camera 37f8a84f35 Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility).
Added new USE_FLASH_DESCRIPTORS compile time option. By default, descriptors can now lie in mixed memory spaces (specified by a new parameter to the CALLBACK_USB_GetDescriptor() function) unless one of the USE_*_DESCRIPTORS compile time option is specified.
2009-07-16 08:15:27 +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 Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility). 2009-07-16 08:15:27 +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