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

Commit daafb531 authored by Andrew Hsieh's avatar Andrew Hsieh Committed by Android Git Automerger
Browse files

am 4779e934: Add Intel\'s vendor ID to adb

* commit '4779e934':
  Add Intel's vendor ID to adb
parents abffc7f7 4779e934
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -115,7 +115,8 @@
#define VENDOR_ID_FUJITSU       0x04C5
// Lumigon's USB Vendor ID
#define VENDOR_ID_LUMIGON       0x25E3

//Intel's USB Vendor ID
#define VENDOR_ID_INTEL         0x8087

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -159,6 +160,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_POSITIVO,
    VENDOR_ID_FUJITSU,
    VENDOR_ID_LUMIGON,
    VENDOR_ID_INTEL,
};

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