aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c
AgeCommit message (Expand)Author
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix line...Dean
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-02-20Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean
2012-02-19All USB Class Driver configuration struct values are now non-const, to allow ...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-12-14Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean
2011-11-24Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean
2011-11-24Add new Android Open Accessory class driver to the library core and add a new...Dean