aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/Printer.c
Commit message (Expand)AuthorAgeFilesLines
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-250/+250
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-20/+20
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-0/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-3/+3
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+250