Merge "Adding Texas Instruments to the VID list."
This commit is contained in:
commit
bf5ababdb0
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,8 @@
|
|||
#define VENDOR_ID_ASUS 0x0b05
|
||||
// Philips's USB Vendor ID
|
||||
#define VENDOR_ID_PHILIPS 0x0471
|
||||
// Texas Instruments's USB Vendor ID
|
||||
#define VENDOR_ID_TI 0x0451
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -114,6 +116,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_KT_TECH,
|
||||
VENDOR_ID_ASUS,
|
||||
VENDOR_ID_PHILIPS,
|
||||
VENDOR_ID_TI,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in a new issue