commit | a481d096feba7cf6e61d54e416a68e2d46498df1 | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Thu May 21 17:47:43 2009 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Fri May 22 15:25:25 2009 -0700 |
tree | 24c6057a3d3d5c960744c4cbed5c3c2918378089 | |
parent | a09fbd164d2e088bc5433d310e25640ae048d47d [diff] |
Support for 3rd party USB Vendor IDs in adb. Vendor IDs are read from ~/.android/adb_usb.ini. The format is very simple: 1 number per line. First number is ID count, followed by the ID themselves. Lines starting with # are considered comments. Other misc changes: moved VENDOR_ID_* to usb_vendors.c to prevent direct access. Made transport_usb.c reuse the USB constant introduced in usb_osx (moved them to adb.h)