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 0019fbd129
Add more const-ness to the stream endpoint/pipe functions where possible.
14 years ago
..
Template Add more const-ness to the stream endpoint/pipe functions where possible. 14 years ago
ConfigDescriptor.c Update copyright year on all source files. 14 years ago
ConfigDescriptor.h Minor documentation improvements. 14 years ago
DeviceStandardReq.c Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. 14 years ago
DeviceStandardReq.h Minor documentation improvements. 14 years ago
EndpointStream.c Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 14 years ago
EndpointStream.h Add more const-ness to the stream endpoint/pipe functions where possible. 14 years ago
Events.c Update copyright year on all source files. 14 years ago
Events.h Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it. 14 years ago
HostStandardReq.c Update copyright year on all source files. 14 years ago
HostStandardReq.h Minor documentation improvements. 14 years ago
PipeStream.c Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function. 14 years ago
PipeStream.h Add more const-ness to the stream endpoint/pipe functions where possible. 14 years ago
StdDescriptors.h Update copyright year on all source files. 14 years ago
StdRequestType.h Update copyright year on all source files. 14 years ago
USBMode.h Update copyright year on all source files. 14 years ago
USBTask.c Update copyright year on all source files. 14 years ago
USBTask.h Update copyright year on all source files. 14 years ago