ADB: Garmin-Asus's USB Vendor ID
Change-Id: I3249d629f59d40f291079fc214b643ac6c927f76
This commit is contained in:
parent
dc9cf66c6e
commit
1873adc2b1
|
@ -53,6 +53,8 @@
|
|||
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
|
||||
// Dell's USB Vendor ID
|
||||
#define VENDOR_ID_DELL 0x413c
|
||||
// Garmin-Asus's USB Vendor ID
|
||||
#define VENDOR_ID_GARMIN_ASUS 0x091E
|
||||
|
||||
/** built-in vendor list */
|
||||
int builtInVendorIds[] = {
|
||||
|
@ -65,6 +67,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_ACER,
|
||||
VENDOR_ID_SONY_ERICSSON,
|
||||
VENDOR_ID_DELL,
|
||||
VENDOR_ID_GARMIN_ASUS,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue