aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB
Commit message (Expand)AuthorAgeFilesLines
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-163-10/+17
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-1624-621/+1267
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-144-2/+9
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-058-60/+60
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-0523-27/+34
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-0114-78/+78
* Commit for the 090401 release.Dean Camera2009-03-314-27/+34
* Minor documentation fixes to correct formatting and typos.Dean Camera2009-03-291-3/+3
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-263-3/+8
* Fixed documentation typoes and preprocessor checks relating to misspellings o...Dean Camera2009-03-252-3/+3
* Added extra output to makefiles to indicate the currently selected BOARD para...Dean Camera2009-03-162-4/+4
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean Camera2009-03-112-3/+7
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-103-8/+8
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-042-127/+163
* Updated changelog to reflect recent commit changes.Dean Camera2009-03-032-2/+2
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-261-2/+7
* Moved all source to the trunk directory.Dean Camera2009-02-2331-0/+7759