aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/USBTask.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Removed interrupt disable/enable from the Device mode control request process...Dean Camera2009-08-021-6/+1
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-281-2/+2
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-281-2/+2
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-3/+5
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-131-1/+1
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-1/+1
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-169/+2
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-071-4/+3
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-2/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-5/+6
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-10/+10
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-1/+1
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-141-0/+6
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* Commit for the 090401 release.Dean Camera2009-03-311-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+253