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

Commit d5dab6d5 authored by DanielMo's avatar DanielMo Committed by Colin Cross
Browse files

adb: Add USB vendor ID for Amlogic



Change-Id: I35fad82214f2b5a82b0150821326aaea15784de1
Signed-off-by: default avatarDanielMo <DanielMo@fih-foxconn.com>
parent 319d8c1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
/* Keep the list below sorted alphabetically by #define name */
// Acer's USB Vendor ID
#define VENDOR_ID_ACER          0x0502
// Amlogic's USB Vendor ID
#define VENDOR_ID_AMLOGIC       0x1b8e
// AnyDATA's USB Vendor ID
#define VENDOR_ID_ANYDATA       0x16D5
// Archos's USB Vendor ID
@@ -168,6 +170,7 @@
/* Keep the list below sorted alphabetically */
int builtInVendorIds[] = {
    VENDOR_ID_ACER,
    VENDOR_ID_AMLOGIC,
    VENDOR_ID_ANYDATA,
    VENDOR_ID_ARCHOS,
    VENDOR_ID_ASUS,