Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1873adc2 authored by Raphael's avatar Raphael
Browse files

ADB: Garmin-Asus's USB Vendor ID

Change-Id: I3249d629f59d40f291079fc214b643ac6c927f76
parent dc9cf66c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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]))