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
37b2130fb2767a39f3d95414c6aca75a67c26298
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
History
Dean Camera
37b2130fb2
Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander).
2009-04-20 11:21:36 +00:00
..
ConfigDescriptor.c
Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander).
2009-04-20 11:21:36 +00:00
ConfigDescriptor.h
Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMouse demos (thanks to Brian Dickman).
2009-04-19 11:43:21 +00:00
HIDParser.c
Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMouse demos (thanks to Brian Dickman).
2009-04-19 11:43:21 +00:00
HIDParser.h
Removed "Host_" section of the function names in ConfigDescriptor.h, as most of the routines can now be used in device mode on the device descriptor.
2009-04-17 08:33:53 +00:00
HIDReportData.h
Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei Krainev).
2009-04-16 08:50:34 +00:00