aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Template
Commit message (Expand)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-084-251/+251
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-032-1/+9
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean Camera2010-04-141-1/+1
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-201-2/+5
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-1/+1
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-202-1/+6
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-104-4/+4
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-183-3/+5
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-042-2/+2
* Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...Dean Camera2009-08-071-11/+2
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-2/+11
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-052-30/+25
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-212-4/+24
* Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean Camera2009-07-201-2/+3
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-134-0/+220