Signed-off-by: Ping Cheng <[email protected]>
---
src/wcmUSB.c | 2 ++
src/wcmValidateDevice.c | 5 ++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index f62fd5b..9ac8825 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -284,6 +284,8 @@ static struct
{ WACOM_VENDOR_ID, 0xE2, 100000, 100000, &usbTabletPC }, /* TabletPC
0xE2 */
{ WACOM_VENDOR_ID, 0xE3, 100000, 100000, &usbTabletPC }, /* TabletPC
0xE3 */
{ WACOM_VENDOR_ID, 0xE6, 100000, 100000, &usbTabletPC }, /* TabletPC
0xE6 */
+ { WACOM_VENDOR_ID, 0xED, 100000, 100000, &usbTabletPC }, /* TabletPC
0xED */
+ { WACOM_VENDOR_ID, 0xEF, 100000, 100000, &usbTabletPC }, /* TabletPC
0xEF */
/* IDs from Waltop's driver, available
http://www.waltop.com.tw/download.asp?lv=0&id=2.
Accessed 8 Apr 2010, driver release date 2009/08/11, fork of
linuxwacom 0.8.4.
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index 4d7c791..0235545 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -269,13 +269,12 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
case 0xE2: /* TPC with 2FGT */
case 0xE3: /* TPC with 2FGT */
case 0xE6: /* TPC with 2FGT */
- TabletSetFeature(priv->common, WCM_TPC);
- break;
-
case 0x93: /* TPC with 1FGT */
case 0x9A: /* TPC with 1FGT */
+ case 0xED: /* TPC with 1FGT */
case 0x90: /* TPC */
case 0x97: /* TPC */
+ case 0xEF: /* TPC */
TabletSetFeature(priv->common, WCM_TPC);
break;
--
1.7.9.5
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel