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

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

am d02e521d: adb: Add support for Philips\'s USB vendor ID

Merge commit 'd02e521d' into gingerbread-plus-aosp

* commit 'd02e521d':
  adb: Add support for Philips's USB vendor ID
parents 67672e04 d02e521d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -83,6 +83,8 @@
#define VENDOR_ID_KT_TECH       0x2116
// Asus's USB Vendor ID
#define VENDOR_ID_ASUS          0x0b05
// Philips's USB Vendor ID
#define VENDOR_ID_PHILIPS       0x0471


/** built-in vendor list */
@@ -111,6 +113,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_SK_TELESYS,
    VENDOR_ID_KT_TECH,
    VENDOR_ID_ASUS,
    VENDOR_ID_PHILIPS,
};

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