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
d0db78432f
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Download ZIP
Download TAR.GZ
Dean Camera
d0db78432f
Add extra tests to the MassStorage device demo and class driver for validating command blocks from the host.
2009-07-21 04:46:48 +00:00
..
Audio.c
Added const modifiers to device mode class drivers.
2009-06-28 13:39:08 +00:00
Audio.h
Added module file dependancy information to the USB class drivers.
2009-07-14 07:59:34 +00:00
CDC.c
Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
2009-07-21 02:48:41 +00:00
CDC.h
Added module file dependancy information to the USB class drivers.
2009-07-14 07:59:34 +00:00
HID.c
Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
2009-07-21 02:48:41 +00:00
HID.h
Added module file dependancy information to the USB class drivers.
2009-07-14 07:59:34 +00:00
MassStorage.c
Add extra tests to the MassStorage device demo and class driver for validating command blocks from the host.
2009-07-21 04:46:48 +00:00
MassStorage.h
Added module file dependancy information to the USB class drivers.
2009-07-14 07:59:34 +00:00
MIDI.c
Added const modifiers to device mode class drivers.
2009-06-28 13:39:08 +00:00
MIDI.h
Added module file dependancy information to the USB class drivers.
2009-07-14 07:59:34 +00:00
RNDIS.c
Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
2009-07-21 02:48:41 +00:00
RNDIS.h
Added module file dependancy information to the USB class drivers.
2009-07-14 07:59:34 +00:00
RNDISConstants.h
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
2009-06-14 15:55:13 +00:00