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/Device
Dean Camera cde2afc50e
Ensure that the CDC class drivers return 0 if the number of unread bytes is queried and the bank has become empty.
15 years ago
..
Audio.c The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead. 15 years ago
Audio.h The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead. 15 years ago
CDC.c Ensure that the CDC class drivers return 0 if the number of unread bytes is queried and the bank has become empty. 15 years ago
CDC.h Add briefs for the library core structures. 15 years ago
HID.c Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski). 15 years ago
HID.h Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski). 15 years ago
MIDI.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 15 years ago
MIDI.h Add briefs for the library core structures. 15 years ago
MassStorage.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 15 years ago
MassStorage.h Add briefs for the library core structures. 15 years ago
RNDIS.c Revert changes made for the partial port to the AVR32 architecture. 15 years ago
RNDIS.h Add briefs for the library core structures. 15 years ago