This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
Watch
1
Star
0
Fork
1
You've already forked qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
synced
2025-06-18 04:35:16 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
History
Dean Camera
a765f71727
Add SCSICodes.h to the Class Driver Common folder, and automatically include it in both the Host and Device Mass Storage Class drivers. Delete existing version from the ClassDriver MassStorage device demo's /Lib/ folder.
2009-08-26 07:51:40 +00:00
..
Audio.h
Added const modifiers to device mode class drivers.
2009-06-28 13:39:08 +00:00
CDC.h
Added const modifiers to device mode class drivers.
2009-06-28 13:39:08 +00:00
HID.h
Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
2009-06-26 11:43:56 +00:00
MassStorage.h
Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
2009-06-26 11:43:56 +00:00
MIDI.h
Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not support USB host mode.
2009-07-30 07:45:36 +00:00
RNDIS.h
Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser.
2009-08-11 08:36:25 +00:00
SCSICodes.h
Add SCSICodes.h to the Class Driver Common folder, and automatically include it in both the Host and Device Mass Storage Class drivers. Delete existing version from the ClassDriver MassStorage device demo's /Lib/ folder.
2009-08-26 07:51:40 +00:00
StillImage.h
Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they will be obsoleted when the Host mode class drivers are complete. Add new StillImage stub class driver common header.
2009-06-15 13:42:34 +00:00