qmk_firmware/LUFA/Drivers/USB/Class/Common
Dean Camera aaa0bed556 The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick.
The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR).

The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only.

The USB_MODE_HOST token is now defined even when host mode is not available.

Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver.
2009-11-23 12:40:14 +00:00
..
Audio.h Spell check all source code variables, comments and strings. 2009-11-09 13:15:28 +00:00
CDC.h Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity. 2009-08-27 07:38:40 +00:00
HID.h Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent correctly. 2009-11-17 10:32:17 +00:00
MassStorage.h The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. 2009-11-23 12:40:14 +00:00
MIDI.h Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity. 2009-08-27 07:38:40 +00:00
Printer.h Add missing Printer.h common class driver file. 2009-11-04 13:22:38 +00:00
RNDIS.h Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity. 2009-08-27 07:38:40 +00:00
StillImage.h Finish Still Image Host class driver. 2009-09-09 04:18:37 +00:00