This website requires JavaScript.
Explore
Help
Sign in
ahoneybun
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
108a22a66a
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Download ZIP
Download TAR.GZ
Dean Camera
6648234157
Test with -Wextra, fix library warnings due to unused function parameters.
2009-12-13 14:43:34 +00:00
..
Audio.c
Test with -Wextra, fix library warnings due to unused function parameters.
2009-12-13 14:43:34 +00:00
Audio.h
Test with -Wextra, fix library warnings due to unused function parameters.
2009-12-13 14:43:34 +00:00
CDC.c
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo.
2009-11-26 04:46:31 +00:00
CDC.h
Add to the existing CDC Class Driver's CreateStream() function documentation to explicitly state that the created streams are bidirectional.
2009-11-29 05:19:41 +00:00
HID.c
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.
2009-11-23 13:22:33 +00:00
HID.h
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.
2009-11-23 13:22:33 +00:00
MassStorage.c
Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver.
2009-11-15 12:50:23 +00:00
MassStorage.h
Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver.
2009-11-15 12:50:23 +00:00
MIDI.c
Test with -Wextra, fix library warnings due to unused function parameters.
2009-12-13 14:43:34 +00:00
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).
2009-11-17 11:28:07 +00:00
RNDIS.c
Test with -Wextra, fix library warnings due to unused function parameters.
2009-12-13 14:43:34 +00:00
RNDIS.h
Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory.
2009-11-26 04:50:15 +00:00