This website requires JavaScript.
Explore
Repositories
Help
Sign In
melissa
/
zsa_qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked zsa_qmk_firmware
mirror of
https://github.com/zsa/qmk_firmware.git
synced
2026-02-18 02:02:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9ccf3eafad2a2ef23a8824f2e52ef788152cc1c1
zsa_qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Dean Camera
9ccf3eafad
Add new Printer Device Class driver.
2013-05-05 19:07:20 +00:00
..
AudioClassDevice.c
Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.
2013-02-05 20:57:49 +00:00
AudioClassDevice.h
…
CDCClassDevice.c
Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
2013-02-24 15:46:58 +00:00
CDCClassDevice.h
Minor documentation improvements.
2013-04-04 20:29:40 +00:00
HIDClassDevice.c
Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael).
2013-03-23 12:01:25 +00:00
HIDClassDevice.h
…
MassStorageClassDevice.c
…
MassStorageClassDevice.h
…
MIDIClassDevice.c
…
MIDIClassDevice.h
…
PrinterClassDevice.c
Add new Printer Device Class driver.
2013-05-05 19:07:20 +00:00
PrinterClassDevice.h
Add new Printer Device Class driver.
2013-05-05 19:07:20 +00:00
RNDISClassDevice.c
…
RNDISClassDevice.h
Add some missing function attributes.
2013-04-11 17:39:00 +00:00