Add Pantech's USB vendor ID to adb.

Change-Id: I5334f46ee52ca1bd8067860701aef7b93296bedb
This commit is contained in:
Xavier Ducrohet 2010-03-31 13:06:47 -07:00 committed by Mike Lockwood
parent c22b9bf1a8
commit 4f660699bf
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,9 @@
#define VENDOR_ID_ZTE 0x19D2
// Kyocera's USB Vendor ID
#define VENDOR_ID_KYOCERA 0x0482
// Pantech's USB Vendor ID
#define VENDOR_ID_PANTECH 0x10A9
/** built-in vendor list */
int builtInVendorIds[] = {
@ -83,6 +86,7 @@ int builtInVendorIds[] = {
VENDOR_ID_SHARP,
VENDOR_ID_ZTE,
VENDOR_ID_KYOCERA,
VENDOR_ID_PANTECH,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))