am b3644d8f
: Merge "Add USB Vendor ID for WACOM"
* commit 'b3644d8f6b6485769c7712aaf7749d042aacbc09': Add USB Vendor ID for WACOM
This commit is contained in:
commit
3042c265bf
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,8 @@
|
|||
#define VENDOR_ID_ECS 0x03fc
|
||||
// MSI's USB Vendor ID
|
||||
#define VENDOR_ID_MSI 0x1462
|
||||
|
||||
// Wacom's USB Vendor ID
|
||||
#define VENDOR_ID_WACOM 0x0531
|
||||
|
||||
/** built-in vendor list */
|
||||
int builtInVendorIds[] = {
|
||||
|
@ -222,6 +223,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_QISDA,
|
||||
VENDOR_ID_ECS,
|
||||
VENDOR_ID_MSI,
|
||||
VENDOR_ID_WACOM,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in a new issue