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
ef44b8c036daf4806a369dfdcd5adf72cf85b824
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
HighLevel
History
Dean Camera
154f934b22
Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
2011-01-10 18:56:34 +00:00
..
Template
Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
2011-01-10 18:56:34 +00:00
ConfigDescriptor.c
…
ConfigDescriptor.h
…
DeviceStandardReq.c
…
DeviceStandardReq.h
…
EndpointStream.c
…
EndpointStream.h
…
Events.c
…
Events.h
…
HostStandardReq.c
…
HostStandardReq.h
…
PipeStream.c
Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
2011-01-10 18:56:34 +00:00
PipeStream.h
…
StdDescriptors.h
…
StdRequestType.h
…
USBMode.h
…
USBTask.c
…
USBTask.h
…