qmk_firmware/LUFA/Drivers/USB/HighLevel
Dean Camera 7166c7ba3e Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded.
Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers.
2010-09-30 07:56:47 +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 Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded. 2010-09-30 07:56:47 +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 Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 2010-09-29 13:56:52 +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 Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode. 2010-09-15 13:11:28 +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 Move out many of the common class driver constants into grouped enums, to make them more managable. 2010-09-28 12:14:06 +00:00
StdRequestType.h Fix incorrect documentation on the Get Descriptor standard request. 2010-09-15 10:47:22 +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