aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/PrinterClassHost.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect error codes returned on pip config failure in the host class ↵Dean Camera2014-03-051-2/+2
| | | | drivers.
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-5/+5
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-45/+19
|
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean Camera2012-02-201-1/+1
| | | | standard C bit shifts.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-1/+1
|
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-0/+426
driver source filenames to prevent ambiguities.