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

Commit c22b9bf1 authored by Takeshi Kishimoto's avatar Takeshi Kishimoto Committed by Mike Lockwood
Browse files

Added Kyocera's VID (0x0482), upon their request.

Change-Id: I8f2f2a02c22d618c0b42d4f287d88a98af3ac4fa
parent 505bd6e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@
#define VENDOR_ID_SHARP         0x04dd
// ZTE's USB Vendor ID
#define VENDOR_ID_ZTE           0x19D2
// Kyocera's USB Vendor ID
#define VENDOR_ID_KYOCERA       0x0482

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -80,6 +82,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_GARMIN_ASUS,
    VENDOR_ID_SHARP,
    VENDOR_ID_ZTE,
    VENDOR_ID_KYOCERA,
};

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