aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean Camera2009-05-021-27/+34
* Move the length decrements in the pipe and endpoint stream functions to the p...Dean Camera2009-04-261-9/+10
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-15/+4
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-0/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-8/+10
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-7/+7
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-43/+62
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+2
* Updated changelog to reflect recent commit changes.Dean Camera2009-03-031-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+387