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
3d1baa6f95
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Download ZIP
Download TAR.GZ
Dean Camera
3d1baa6f95
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
..
Audio.c
Ensure all USB device class drivers have the same three main functions as their interface for consistency.
2009-06-04 03:03:48 +00:00
Audio.h
Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interface structure as a parameter.
2009-06-04 06:26:35 +00:00
CDC.c
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
CDC.h
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
HID.c
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
HID.h
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
MassStorage.c
Minor documentation page updates.
2009-06-04 02:55:30 +00:00
MassStorage.h
Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.
2009-06-04 04:02:55 +00:00
MIDI.c
Ensure all USB device class drivers have the same three main functions as their interface for consistency.
2009-06-04 03:03:48 +00:00
MIDI.h
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
RNDIS.c
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00
RNDIS.h
Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.
2009-06-04 04:02:55 +00:00
RNDISConstants.h
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00