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

Commit 5a912bf0 authored by Raphael's avatar Raphael Committed by Mike Lockwood
Browse files

ADB: Garmin-Asus's USB Vendor ID

Change-Id: I3249d629f59d40f291079fc214b643ac6c927f76
parent 2f6c2b04
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@
#define VENDOR_ID_DELL          0x413c
// Nvidia's USB Vendor ID
#define VENDOR_ID_NVIDIA        0x0955

// Garmin-Asus's USB Vendor ID
#define VENDOR_ID_GARMIN_ASUS   0x091E

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -72,6 +73,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_FOXCONN,
    VENDOR_ID_DELL,
    VENDOR_ID_NVIDIA,
    VENDOR_ID_GARMIN_ASUS,
};

#define BUILT_IN_VENDOR_COUNT    (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))