This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
forked from
mfulz_github/qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3d1baa6f95
qmk_firmware
/
LUFA
/
Drivers
/
USB
History
Dean Camera
3d1baa6f95
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
..
Class
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
2009-06-05 02:23:31 +00:00
HighLevel
Minor documentation page updates.
2009-06-04 02:55:30 +00:00
LowLevel
Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events.
2009-06-02 10:54:32 +00:00
USB.h
Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.
2009-06-04 04:02:55 +00:00