qmk_firmware/LUFA/Drivers/USB
Dean Camera 24e621a8d8 Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value.
Added auto flushing of OUT data to the CDC Host Class driver's USBTask function to automatically flush the send pipe buffer.
2010-07-30 03:52:11 +00:00
..
Class Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value. 2010-07-30 03:52:11 +00:00
HighLevel Spell check all source files once again to find any typos. 2010-07-29 16:20:45 +00:00
LowLevel Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro. 2010-07-27 13:49:16 +00:00
USB.h Spell check all source files once again to find any typos. 2010-07-29 16:20:45 +00:00