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

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

am 003771d1: am 80d508fd: Merge "correct VID of Lenovo(0x2006 is for...

am 003771d1: am 80d508fd: Merge "correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)"

* commit '003771d1':
  correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)
parents d18dc005 003771d1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -97,8 +97,10 @@
#define VENDOR_ID_COMPAL        0x1219
// T & A Mobile Phones' USB Vendor ID
#define VENDOR_ID_T_AND_A       0x1BBB
// LenovoMobile's USB Vendor ID
#define VENDOR_ID_LENOVOMOBILE        0x2006
// Lenovo's USB Vendor ID
#define VENDOR_ID_LENOVO        0x2006
#define VENDOR_ID_LENOVO        0x17EF
// Vizio's USB Vendor ID
#define VENDOR_ID_VIZIO         0xE040

@@ -136,6 +138,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_IRIVER,
    VENDOR_ID_COMPAL,
    VENDOR_ID_T_AND_A,
    VENDOR_ID_LENOVOMOBILE,
    VENDOR_ID_LENOVO,
    VENDOR_ID_VIZIO,
};