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

Commit 190cabb3 authored by Raphael's avatar Raphael Committed by Android Git Automerger
Browse files

am 1873adc2: ADB: Garmin-Asus\'s USB Vendor ID

Merge commit '1873adc2' into eclair-plus-aosp

* commit '1873adc2':
  ADB: Garmin-Asus's USB Vendor ID
parents 20f410a4 1873adc2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@
#define VENDOR_ID_FOXCONN       0x0489
// 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 */
@@ -69,6 +71,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_SONY_ERICSSON,
    VENDOR_ID_FOXCONN,
    VENDOR_ID_DELL,
    VENDOR_ID_GARMIN_ASUS,
};

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