aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Template
Commit message (Expand)AuthorAgeFilesLines
* 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