OSDN Git Service

Add support for USB Vendor ID in the add-ons.
authorXavier Ducrohet <xav@android.com>
Wed, 20 May 2009 21:51:27 +0000 (14:51 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 21 May 2009 01:06:15 +0000 (18:06 -0700)
The add-on manifest can now declare a USB vendor ID with the line
   usb-vendor=<id>
The ID must be a 16 hexadecimal value in the format 0xABCD.

The 'android' tool now has a new command 'android upate abd' that will create
a file called 'adb_usb.ini' in ~/.android/
This file will be read by adb to add support to those new vendor IDs.


No differences found