Add Pantech's USB vendor ID to adb.
Change-Id: I5334f46ee52ca1bd8067860701aef7b93296bedb
This commit is contained in:
parent
c22b9bf1a8
commit
4f660699bf
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue