aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/AndroidAccessoryHost/ConfigDescriptor.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing SVN eol-style properties to source files to prevent mixed ↵Dean Camera2011-06-161-138/+138
| | | | end-of-line characters.
* Fixed possible invalid program execution when in host mode if corrupt ↵Dean Camera2011-05-141-1/+1
| | | | | | | | descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum.
* Add incomplete Android Accessory Host LowLevel demo.Dean Camera2011-05-131-0/+138