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

Commit 123331ad authored by Takeshi Kishimoto's avatar Takeshi Kishimoto
Browse files

Added USB vendor id of Sharp, based on Sharp's request.

Sharp's vendor id: 0x04dd
parent 2dcf1fb9
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]))