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

Commit 9df11a69 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 161fca79: Merge "Add Funai\'s USB vendor ID to adb."

* commit '161fca79':
  Add Funai's USB vendor ID to adb.
parents 202729a0 161fca79
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@
#define VENDOR_ID_PHILIPS       0x0471
// Texas Instruments's USB Vendor ID
#define VENDOR_ID_TI            0x0451
// Funai's USB Vendor ID
#define VENDOR_ID_FUNAI         0x0F1C


/** built-in vendor list */
@@ -117,6 +119,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_ASUS,
    VENDOR_ID_PHILIPS,
    VENDOR_ID_TI,
    VENDOR_ID_FUNAI,
};

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