aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common
Commit message (Expand)AuthorAgeFilesLines
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-5/+5
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-177-216/+220
* Fixed incorrect function references in the Mass Storage Class driver document...Dean Camera2010-06-031-1/+3
* More documentation fixes.Dean Camera2010-06-032-3/+3
* Minor documentation cleanups.Dean Camera2010-06-033-12/+12
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-089-1942/+1942
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-1/+1
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-061-0/+9
* Add briefs for the library core structures.Dean Camera2010-03-299-35/+140
* Add file-level brief documentation.Dean Camera2010-03-299-0/+63
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-252-7/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-118-2/+48
* Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...Dean Camera2010-02-071-0/+12
* Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...Dean Camera2010-02-071-12/+38
* Update copyright year to 2010.Dean Camera2009-12-309-18/+18
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-289-63/+63
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-262-1/+114
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-231-3/+3
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-0/+63
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-171-5/+5
* Spell check all source code variables, comments and strings.Dean Camera2009-11-092-6/+6
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-0/+8
* Add missing Printer.h common class driver file.Dean Camera2009-11-041-0/+71
* Oops - Keyboard boot report structure should be an array of 6 keycodes.Dean Camera2009-09-201-1/+1
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-8/+39
* Finish Still Image Host class driver.Dean Camera2009-09-091-1/+1
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Added documentation for the constants and enums of the new StillImage Host Cl...Dean Camera2009-09-011-27/+33
* 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