qmk_firmware/LUFA/Drivers/USB/HighLevel
Dean Camera 58167f5d4d Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts. 2010-09-13 11:39:41 +00:00
..
Template Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts. 2010-09-13 11:39:41 +00:00
ConfigDescriptor.c Add missing const qualifier to the parameters of the USB_GetNextDescriptorComp() function. 2010-07-21 05:39:29 +00:00
ConfigDescriptor.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 2010-07-30 09:48:35 +00:00
DeviceStandardReq.c Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts. 2010-09-13 11:39:41 +00:00
DeviceStandardReq.h Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 2010-07-21 12:20:34 +00:00
EndpointStream.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 2010-08-22 13:31:27 +00:00
EndpointStream.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 2010-08-22 13:31:27 +00:00
Events.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
Events.h Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number. 2010-09-05 07:11:53 +00:00
HostStandardReq.c Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
HostStandardReq.h Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
PipeStream.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 2010-08-22 13:31:27 +00:00
PipeStream.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 2010-08-22 13:31:27 +00:00
StdDescriptors.h Added class specific descriptor type defines with standard USB-IF element naming. 2010-09-09 13:05:57 +00:00
StdRequestType.h Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 2010-07-21 12:20:34 +00:00
StreamCallbacks.h Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 2010-07-21 12:20:34 +00:00
USBMode.h Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of. 2010-08-31 12:33:21 +00:00
USBTask.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
USBTask.h Minor documentation phrasing changes. 2010-09-12 12:20:36 +00:00