qmk_firmware/LUFA/Drivers/USB/Class/Common
Dean Camera 5aa2b26261 Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo.
Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble.

Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.
2009-11-26 04:46:31 +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 Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser. 2009-11-23 13:01:50 +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
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
Printer.h Add missing Printer.h common class driver file. 2009-11-04 13:22:38 +00:00
RNDIS.h Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
RNDISConstants.h Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
StillImage.h Finish Still Image Host class driver. 2009-09-09 04:18:37 +00:00