aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
Commit message (Expand)AuthorAgeFilesLines
...
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-143-43/+27
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-132-170/+3
* 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-045-62/+55
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-5/+7
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-226-86/+80
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-224-7/+31
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-10/+10
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-192-4/+3
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-171-3/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-176-45/+17
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-167-17/+71
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-141-0/+6
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-052-13/+13
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-0511-8/+363
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-014-18/+18
* Commit for the 090401 release.Dean Camera2009-03-311-1/+1
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-261-1/+4
* Fixed documentation typoes and preprocessor checks relating to misspellings o...Dean Camera2009-03-251-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-238-0/+1972