aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/DevChapter9.c
Commit message (Expand)AuthorAgeFilesLines
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-3/+3
* Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques...Dean Camera2009-05-131-1/+2
* Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag...Dean Camera2009-05-101-6/+1
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-071-1/+1
* Minor correction to the DevChapter9.c handling of Set and Clear feature reque...Dean Camera2009-05-061-20/+27
* Change device demos to cache the board button values in the same manner as th...Dean Camera2009-05-061-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-22/+27
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-60/+50
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-18/+18
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-27/+28
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+2
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean Camera2009-03-111-2/+6
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+313