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

Commit 5af16a29 authored by Jon Sawyer's avatar Jon Sawyer Committed by Ricardo Cerqueira
Browse files

Kindle Fire USB ID



Adds Lab126's USB id to the known USB Devices

Change-Id: I3cd5d90bba68123d5d3d2d67e1ab7d60137eb388
Signed-off-by: default avatarJon Sawyer <jon@cunninglogic.com>
parent dacc323a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -125,6 +125,8 @@
#define VENDOR_ID_SONY          0x054C
// Yulong Coolpad's USB Vendor ID
#define VENDOR_ID_YULONG_COOLPAD 0x1EBF
// Lab126's USB Vendor ID
#define VENDOR_ID_LAB126        0x1949

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -173,6 +175,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_INQ_MOBILE,
    VENDOR_ID_SONY,
    VENDOR_ID_YULONG_COOLPAD,
    VENDOR_ID_LAB126,
};

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