aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.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
|
* Update Android Accessory Class driver to be compatible with protocol version ↵Dean Camera2013-05-101-1/+1
| | | | 2 devices.
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-10/+10
| | | | 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
|
* Add svn:eol-style property on all source files where it was missing. Fix ↵Dean Camera2012-06-211-421/+421
| | | | line endings of all makefile, *.c and *.h files.
* 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.
* All USB Class Driver configuration struct values are now non-const, to allow ↵Dean Camera2012-02-191-0/+2
| | | | 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
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-0/+1
| | | | trailing whitespace at the end of each line.
* Don't validate the Device Descriptor's vendor ID when validating that a ↵Dean Camera2011-12-141-3/+0
| | | | device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values.
* Convert the LowLevel AndroidAccessory demo to use the new class driver ↵Dean Camera2011-11-241-1/+1
| | | | | | constants to reduce code duplication. Add missing Doxygen documentation.
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-241-0/+448
new Android Open Accessory Host ClassDriver demo.