aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/Printer.h
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-8/+8
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-233/+233
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+5
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-3/+6
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-9/+13
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-0/+3
* 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
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-3/+3
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+4
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+209