adb: Add Qualcomm USB id
Change-Id: I044a77f14d7a90e9dff191919e4aeb39723ea429 Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
5099d3447d
commit
f1c03de74e
|
@ -67,6 +67,8 @@
|
|||
#define VENDOR_ID_KYOCERA 0x0482
|
||||
// Pantech's USB Vendor ID
|
||||
#define VENDOR_ID_PANTECH 0x10A9
|
||||
// Qualcomm's USB Vendor ID
|
||||
#define VENDOR_ID_QUALCOMM 0x05c6
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -87,6 +89,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_ZTE,
|
||||
VENDOR_ID_KYOCERA,
|
||||
VENDOR_ID_PANTECH,
|
||||
VENDOR_ID_QUALCOMM,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue