You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/HighLevel
Dean Camera 01fecac0a7
Ensure device address latch bit is not set at the same time as the new address, as per datasheet.
14 years ago
..
Template Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts. 14 years ago
ConfigDescriptor.c Add missing const qualifier to the parameters of the USB_GetNextDescriptorComp() function. 14 years ago
ConfigDescriptor.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 14 years ago
DeviceStandardReq.c Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts. 14 years ago
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. 14 years ago
EndpointStream.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
EndpointStream.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
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. 15 years ago
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. 14 years ago
HostStandardReq.c Add missing const qualifiers to class drivers. 14 years ago
HostStandardReq.h Add missing const qualifiers to class drivers. 14 years ago
PipeStream.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
PipeStream.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
StdDescriptors.h Ensure device address latch bit is not set at the same time as the new address, as per datasheet. 14 years ago
StdRequestType.h Fix incorrect documentation on the Get Descriptor standard request. 14 years ago
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. 14 years ago
USBMode.h Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of. 14 years ago
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. 15 years ago
USBTask.h Minor documentation phrasing changes. 14 years ago