Signed-off-by: Jason Gerecke <[email protected]>
Reviewed-by: Peter Hutterer <[email protected]>
---
Changes from v1:
* Added resolution information to WacomModelDesc table as requsted by Ping
src/wcmUSB.c | 2 ++
src/wcmValidateDevice.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 45277c1..9190fbe 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -289,6 +289,8 @@ static struct WacomModelDesc
{ WACOM_VENDOR_ID, 0x57, 200000, 200000, &usbCintiqV5, "DTK2241"
},
{ WACOM_VENDOR_ID, 0x59, 200000, 200000, &usbCintiqV5, "DTH2242"
},
{ WACOM_VENDOR_ID, 0x5B, 200000, 200000, &usbCintiqV5, "Cintiq 22HDT"
},
+ { WACOM_VENDOR_ID, 0x32B, 200000, 200000, &usbCintiqV5, "Cintiq
27QHDT" },
+ { WACOM_VENDOR_ID, 0x32C, 200000, 200000, &usbCintiqV5, "Cintiq
27QHDT" }, /* Touch */
{ WACOM_VENDOR_ID, 0x34A, 200000, 200000, &usbCintiqV5, "Mobilestudio
Pro 13" }, /* Touch */
{ WACOM_VENDOR_ID, 0x34B, 200000, 200000, &usbCintiqV5, "MobileStudio
Pro 16" }, /* Touch */
{ WACOM_VENDOR_ID, 0x34D, 200000, 200000, &usbCintiqV5, "MobileStudio
Pro 13" },
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index 6546f8c..c166392 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -311,6 +311,7 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
break;
case 0x304:/* Cintiq 13HD */
+ case 0x32B:/* Cintiq 27QHDT Pen */
case 0x34F:/* Cintiq Pro 13 FHD */
case 0x350:/* Cintiq Pro 16 UHD */
case 0x351:/* Cintiq Pro 24 */
@@ -324,6 +325,7 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
case 0x59: /* DTH2242 Pen */
case 0x5D: /* DTH2242 Touch */
case 0x5E: /* Cintiq 22HDT Touch */
+ case 0x32C:/* Cintiq 27QHDT Touch */
case 0x34A:/* MobileStudio Pro 13 Touch */
case 0x34B:/* MobileStudio Pro 16 Touch */
case 0x353:/* Cintiq Pro 13 FHD Touch */
--
2.15.1
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel