This website requires JavaScript.
Explore
Help
Sign In
gitbot
/
qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2025-07-16 21:01:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
59c4871f80
qmk_firmware
/
LUFA
/
Drivers
/
USB
History
Dean Camera
59c4871f80
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
..
Class
Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski).
2010-04-20 08:52:51 +00:00
HighLevel
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.
2010-04-13 23:29:11 +00:00
LowLevel
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
USB.h
Add briefs for the library core structures.
2010-03-29 13:32:36 +00:00