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

Commit 29837f94 authored by Takeshi Kishimoto's avatar Takeshi Kishimoto
Browse files

Added Toshiba's USB VID (0x0930) upon their request.

Change-Id: I9f7fca6b98b0664ef9af4f7b86f0f5863e91e4c1
parent 89118032
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,6 +73,8 @@
#define VENDOR_ID_NEC           0x0409
// Panasonic Mobile Communication's USB Vendor ID
#define VENDOR_ID_PMC           0x04DA
// Toshiba's USB Vendor ID
#define VENDOR_ID_TOSHIBA       0x0930


/** built-in vendor list */
@@ -96,6 +98,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_QUALCOMM,
    VENDOR_ID_NEC,
    VENDOR_ID_PMC,
    VENDOR_ID_TOSHIBA,
};

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