aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/LowLevel.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+2
* Fix errors from last commit.Dean Camera2009-06-141-1/+1
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-5/+5
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-4/+0
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-5/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+8
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-1/+1
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-2/+2
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-1/+1
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-2/+11
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-2/+0
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+260