This website requires JavaScript.
Explore
Help
Sign In
mirror
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2025-09-10 17:15:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e53c120a2240549d42d98be92f25d6e92caeab0a
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
HighLevel
History
Dean Camera
e53c120a22
Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports.
2009-10-14 09:42:11 +00:00
..
ConfigDescriptor.c
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
2009-09-09 13:17:04 +00:00
ConfigDescriptor.h
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.
2009-09-17 13:12:21 +00:00
Events.c
…
Events.h
Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports.
2009-10-14 09:42:11 +00:00
StdDescriptors.h
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
2009-09-09 13:17:04 +00:00
StdRequestType.h
…
StreamCallbacks.h
…
USBInterrupt.c
…
USBInterrupt.h
…
USBMode.h
…
USBTask.c
…
USBTask.h
…