qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera dc9133ad21 Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 2011-08-28 03:44:22 +00:00
..
AVR8 Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 2011-08-28 03:44:22 +00:00
UC3 Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 2011-08-28 03:44:22 +00:00
XMEGA Minor documentation fixes. 2011-08-23 10:39:04 +00:00
ConfigDescriptor.c Merge over core library changes from the MultiArchDemos branch. 2011-06-29 05:57:29 +00:00
ConfigDescriptor.h Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. 2011-07-19 07:02:19 +00:00
Device.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
DeviceStandardReq.c Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 2011-07-08 07:25:56 +00:00
DeviceStandardReq.h Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 2011-07-08 07:25:56 +00:00
Endpoint.h Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. 2011-07-19 07:02:19 +00:00
EndpointStream.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Events.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 2011-02-19 22:59:27 +00:00
Events.h Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 2011-07-08 07:25:56 +00:00
Host.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
HostStandardReq.c Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host. 2011-08-24 09:50:21 +00:00
HostStandardReq.h Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 2011-08-28 03:44:22 +00:00
OTG.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Pipe.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
PipeStream.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
StdDescriptors.h Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host. 2011-08-24 09:50:21 +00:00
StdRequestType.h Add missing function attributes. 2011-07-12 05:13:31 +00:00
USBController.h Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. 2011-07-29 08:12:00 +00:00
USBInterrupt.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
USBMode.h Add start of an architecture port to the Atmel USB XMEGA devices. 2011-07-13 23:50:05 +00:00
USBTask.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 2011-02-19 22:59:27 +00:00
USBTask.h More endianness porting of the LUFA device mode class drivers. 2011-07-11 09:50:54 +00:00