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

Commit b3644d8f authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Add USB Vendor ID for WACOM"

parents 936032b4 64a60294
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -157,7 +157,8 @@
#define VENDOR_ID_ECS           0x03fc
#define VENDOR_ID_ECS           0x03fc
// MSI's USB Vendor ID
// MSI's USB Vendor ID
#define VENDOR_ID_MSI           0x1462
#define VENDOR_ID_MSI           0x1462

// Wacom's USB Vendor ID
#define VENDOR_ID_WACOM         0x0531


/** built-in vendor list */
/** built-in vendor list */
int builtInVendorIds[] = {
int builtInVendorIds[] = {
@@ -222,6 +223,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_QISDA,
    VENDOR_ID_QISDA,
    VENDOR_ID_ECS,
    VENDOR_ID_ECS,
    VENDOR_ID_MSI,
    VENDOR_ID_MSI,
    VENDOR_ID_WACOM,
};
};


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