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 00b6b0140f
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
13 years ago
..
AudioClassDevice.c Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. 13 years ago
AudioClassDevice.h Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments. 13 years ago
CDCClassDevice.c Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. 13 years ago
CDCClassDevice.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 13 years ago
HIDClassDevice.c Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage. 13 years ago
HIDClassDevice.h All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance. 13 years ago
MIDIClassDevice.c Update file contributor copyrights for 2012. 13 years ago
MIDIClassDevice.h All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance. 13 years ago
MassStorageClassDevice.c Update file contributor copyrights for 2012. 13 years ago
MassStorageClassDevice.h All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance. 13 years ago
RNDISClassDevice.c Update file contributor copyrights for 2012. 13 years ago
RNDISClassDevice.h All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance. 13 years ago