qmk_firmware/LUFA/Drivers/USB/Class/Device
2013-11-05 22:16:15 +01:00
..
AudioClassDevice.c Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. 2013-02-05 20:57:49 +00:00
AudioClassDevice.h Ensure core library documentation sections use unique IDs. 2013-06-01 21:55:31 +02:00
CDCClassDevice.c Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer. 2013-02-24 15:46:58 +00:00
CDCClassDevice.h Ensure core library documentation sections use unique IDs. 2013-06-01 21:55:31 +02:00
HIDClassDevice.c Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael). 2013-03-23 12:01:25 +00:00
HIDClassDevice.h Use spaces instead of tabs where necessary to fix indentation. 2013-09-24 11:09:36 +02:00
MassStorageClassDevice.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
MassStorageClassDevice.h Ensure core library documentation sections use unique IDs. 2013-06-01 21:55:31 +02:00
MIDIClassDevice.c Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA architecture. 2013-11-05 22:16:15 +01:00
MIDIClassDevice.h Ensure core library documentation sections use unique IDs. 2013-06-01 21:55:31 +02:00
PrinterClassDevice.c Add proper reset handling to the USB Printer Device Class driver. 2013-05-05 19:32:07 +00:00
PrinterClassDevice.h Ensure core library documentation sections use unique IDs. 2013-06-01 21:55:31 +02:00
RNDISClassDevice.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
RNDISClassDevice.h Ensure core library documentation sections use unique IDs. 2013-06-01 21:55:31 +02:00