aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/PrinterClassHost.h
Commit message (Collapse)AuthorAgeFilesLines
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-8/+2
|
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean Camera2012-02-201-1/+1
| | | | standard C bit shifts.
* All USB Class Driver configuration struct values are now non-const, to allow ↵Dean Camera2012-02-191-1/+1
| | | | for run-time modifications if required before configuring an instance.
* 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 new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-241-5/+5
| | | | new Android Open Accessory Host ClassDriver demo.
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-0/+291
driver source filenames to prevent ambiguities.