qmk_firmware/LUFA/Drivers/USB/Class/Common
Dean Camera d784baaa3a Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s.
Add C++ compatibility to some header files currently missing extern "C" linkage.
2011-06-20 04:32:34 +00:00
..
Audio.h Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 2011-06-05 13:55:56 +00:00
CDC.h Minor documentation fixes. 2011-05-08 14:30:36 +00:00
HID.h Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. 2011-06-20 04:32:34 +00:00
HIDParser.c Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointer to a report item is given. 2011-06-20 01:57:22 +00:00
HIDParser.h Spell check library source code files. 2011-06-01 14:33:40 +00:00
HIDReportData.h Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. 2011-02-19 18:37:22 +00:00
MIDI.h Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. 2011-04-10 06:43:02 +00:00
MassStorage.h Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 2011-06-05 13:55:56 +00:00
Printer.h Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible. 2011-02-20 13:08:29 +00:00
RNDIS.h Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. 2011-05-18 14:33:34 +00:00
StillImage.h Add structure padding to the appropriate descriptor structures to maintain correct alignments on larger architectures. 2011-03-11 06:47:39 +00:00