qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera 40728fd20d 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.
Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture.
2011-07-29 08:12:00 +00:00
..
AVR8 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
UC3 Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices. 2011-07-25 09:56:21 +00:00
XMEGA Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used. 2011-07-25 01:11:24 +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 Add more missing function attributes to the TWI peripheral driver. 2011-07-12 05:18:10 +00:00
HostStandardReq.h Add missing function attributes. 2011-07-12 05:13:31 +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 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
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