You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/Class/Common
Dean Camera 2a26efc691
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
14 years ago
..
Audio.h Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates. 14 years ago
CDC.h Minor documentation fixes. 14 years ago
HID.h Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary. 14 years ago
HIDParser.c Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. 14 years ago
HIDParser.h More Doxygen updates for multiple architecture support. 14 years ago
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. 14 years ago
MIDI.h Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. 14 years ago
MassStorage.h Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. 14 years ago
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. 14 years ago
RNDIS.h Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. 14 years ago
StillImage.h Add structure padding to the appropriate descriptor structures to maintain correct alignments on larger architectures. 14 years ago