aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c
Commit message (Expand)AuthorAgeFilesLines
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-201-1/+1
* All USB Class Driver configuration struct values are now non-const, to allow ...Dean Camera2012-02-191-0/+2
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-0/+1
* Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean Camera2011-12-141-3/+0
* Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean Camera2011-11-241-1/+1
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-241-0/+448