From: Ping Cheng <[email protected]>
Signed-off-by: Ping Cheng <[email protected]>
---
src/wcmUSB.c | 3 +++
src/wcmValidateDevice.c | 3 +++
2 files changed, 6 insertions(+)
diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 2f96a8a..42f108e 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -234,6 +234,9 @@ static struct WacomModelDesc
{ WACOM_VENDOR_ID, 0xF0, 100000, 100000, &usbCintiq, "DTU1631"
},
{ WACOM_VENDOR_ID, 0x35a, 100000, 100000, &usbCintiq, "DTH1152"
},
{ WACOM_VENDOR_ID, 0x368, 100000, 100000, &usbCintiq, "DTH1152"
}, /* Touch */
+ { WACOM_VENDOR_ID, 0x382, 100000, 100000, &usbCintiq, "DTK2451"
},
+ { WACOM_VENDOR_ID, 0x37D, 100000, 100000, &usbCintiq, "DTH2452"
},
+ { WACOM_VENDOR_ID, 0x37E, 100000, 100000, &usbCintiq, "DTH2452"
}, /* Touch */
{ WACOM_VENDOR_ID, 0x41, 100000, 100000, &usbIntuos2, "Intuos2 4x5"
},
{ WACOM_VENDOR_ID, 0x42, 100000, 100000, &usbIntuos2, "Intuos2 6x8"
},
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index 21ccd5f..8c5f2d2 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -327,6 +327,9 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
case 0x354:/* Cintiq Pro 13 UHD Touch */
case 0x35A:/* DTH-1152*/
case 0x368:/* DTH-1152 Touch */
+ case 0x382:/* DTK-2451 */
+ case 0x37D:/* DTH-2452 */
+ case 0x37E:/* DTH-2452 Touch */
TabletSetFeature(priv->common, WCM_LCD);
break;
}
--
2.7.4
------------------------------------------------------------------------------
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