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 8b009bc113
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.
15 years ago
..
Audio.c Add optional pipe double banking support to the Host mode Class drivers. 15 years ago
Audio.h Spell check all source code variables, comments and strings. 15 years ago
CDC.c Add blocking versions of the CDC Class driver streams, for applications requiring blocking reads. 15 years ago
CDC.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
HID.c Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate. 15 years ago
HID.h Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate. 15 years ago
MIDI.c Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level. 15 years ago
MIDI.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
MassStorage.c Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver. 15 years ago
MassStorage.h Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver. 15 years ago
RNDIS.c Add beginnings of a RNDIS Ethernet Host demo. 15 years ago
RNDIS.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
RNDISConstants.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 15 years ago