Added Kyocera's VID (0x0482), upon their request.
Change-Id: I8f2f2a02c22d618c0b42d4f287d88a98af3ac4fa
This commit is contained in:
parent
d1d3b6dbed
commit
8d2f91db21
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue