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

Commit d77caaa9 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Added USB vendor id of Sharp, based on Sharp's request. Sharp's vendor id: 0x04dd"

parents 9b0bf529 123331ad
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@
#define VENDOR_ID_NVIDIA        0x0955
// Garmin-Asus's USB Vendor ID
#define VENDOR_ID_GARMIN_ASUS   0x091E

// Sharp's USB Vendor ID
#define VENDOR_ID_SHARP         0x04dd

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -75,6 +76,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_DELL,
    VENDOR_ID_NVIDIA,
    VENDOR_ID_GARMIN_ASUS,
    VENDOR_ID_SHARP,
};

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