Add new USB vendor IDs.
Change-Id: Ie3b1ee09c67c4c8fdb294cfc99fa28e4ebe8dfae
This commit is contained in:
parent
c29919c8d7
commit
f62b23f2c1
1 changed files with 6 additions and 0 deletions
|
|
@ -75,6 +75,10 @@
|
|||
#define VENDOR_ID_PMC 0x04DA
|
||||
// Toshiba's USB Vendor ID
|
||||
#define VENDOR_ID_TOSHIBA 0x0930
|
||||
// SK Telesys's USB Vendor ID
|
||||
#define VENDOR_ID_SK_TELESYS 0x1F53
|
||||
// KT Tech's USB Vendor ID
|
||||
#define VENDOR_ID_KT_TECH 0x3403
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
|
@ -99,6 +103,8 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_NEC,
|
||||
VENDOR_ID_PMC,
|
||||
VENDOR_ID_TOSHIBA,
|
||||
VENDOR_ID_SK_TELESYS,
|
||||
VENDOR_ID_KT_TECH,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue