This website requires JavaScript.
Explore
Repositories
Help
Sign In
melissa
/
zsa_qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked zsa_qmk_firmware
mirror of
https://github.com/zsa/qmk_firmware.git
synced
2026-04-27 18:08:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c830fcb0e1d42c1300ebe78a8b33924054b63a87
zsa_qmk_firmware
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Template
History
Dean Camera
c830fcb0e1
Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface.
...
Condense sequential printf_P/puts_P calls to single printf_P calls for size and clarity.
2009-08-06 14:22:04 +00:00
..
Template_Endpoint_Control_R.c
Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface.
2009-08-06 14:22:04 +00:00
Template_Endpoint_Control_W.c
Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.
2009-08-05 11:39:28 +00:00
Template_Endpoint_RW.c
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times.
2009-07-13 12:38:30 +00:00
Template_Pipe_RW.c
Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID string length from the start of the returned array (thanks to John Andrews).
2009-07-20 10:19:13 +00:00