aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/AndroidAccessoryHost
Commit message (Collapse)AuthorAgeFilesLines
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-235-15/+17
| | | | 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-4/+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-246-45/+13
| | | | | | 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/+1
| | | | new Android Open Accessory Host ClassDriver demo.
* Update library to indicate support for the Android Accessory Host demo.Dean Camera2011-11-232-1/+63
|
* Move out Android Accessory Host demo to the Host mode LowLevel directory now ↵Dean Camera2011-11-2310-0/+3164
that it is functionally complete.