aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common
Commit message (Expand)AuthorAgeFilesLines
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean Camera2009-09-011-4/+12
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-0/+43
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-278-85/+163
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-261-0/+85
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-0/+1
* Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not...Dean Camera2009-07-301-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-283-3/+3
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-265-22/+29
* Clean up RNDIS demo type define names.Dean Camera2009-06-192-12/+12
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-186-164/+7
* Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...Dean Camera2009-06-161-2/+2
* Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean Camera2009-06-151-0/+67
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-146-0/+1257