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-04-06 17:33:04 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
79922026035a9ff93754b77ef400a0458152142d
zsa_qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Dean Camera
f1543ae8ff
Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).
2011-10-26 06:51:07 +00:00
..
Audio.c
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
2011-07-19 07:02:19 +00:00
Audio.h
…
CDC.c
Added endian-correction to the CDC driver's Line Encoding control request handlers.
2011-10-07 03:47:42 +00:00
CDC.h
Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).
2011-10-26 06:51:07 +00:00
HID.c
Merge over core library changes from the MultiArchDemos branch.
2011-06-29 05:57:29 +00:00
HID.h
…
MassStorage.c
Oops - restore conditional calls to USB_USBTask() in the Mass Storage class driver for the non-stream loops.
2011-09-05 22:22:19 +00:00
MassStorage.h
…
MIDI.c
…
MIDI.h
…
RNDIS.c
More endianness porting of the LUFA device mode class drivers.
2011-07-11 09:50:54 +00:00
RNDIS.h
…