It is a Wacom device found in Fujitsu Lifebook T902. Signed-off-by: Stephan Frank <sfr...@cs.tu-berlin.de> Acked-by: Ping Cheng <pi...@wacom.com> --- src/wcmUSB.c | 1 + src/wcmValidateDevice.c | 1 + 2 files changed, 2 insertions(+)
diff --git a/src/wcmUSB.c b/src/wcmUSB.c index 980dac3..1f9db35 100644 --- a/src/wcmUSB.c +++ b/src/wcmUSB.c @@ -292,6 +292,7 @@ static struct { WACOM_VENDOR_ID, 0xEF, 100000, 100000, &usbTabletPC }, /* TabletPC 0xEF */ { WACOM_VENDOR_ID, 0x100,100000, 100000, &usbTabletPC }, /* TabletPC 0x100 */ { WACOM_VENDOR_ID, 0x101,100000, 100000, &usbTabletPC }, /* TabletPC 0x101 */ + { WACOM_VENDOR_ID, 0x10D,100000, 100000, &usbTabletPC }, /* TabletPC 0x10D */ { WACOM_VENDOR_ID, 0x4001,100000, 100000, &usbTabletPC }, /* TabletPC 0x4001 */ /* IDs from Waltop's driver, available http://www.waltop.com.tw/download.asp?lv=0&id=2. diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 959ee26..81e9a2a 100644 --- a/src/wcmValidateDevice.c +++ b/src/wcmValidateDevice.c @@ -269,6 +269,7 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo) case 0x100: /* TPC with MT */ case 0x101: /* TPC with MT */ + case 0x10D: /* TPC with MT */ case 0x4001: /* TPC with MT */ case 0xE2: /* TPC with 2FGT */ case 0xE3: /* TPC with 2FGT */ -- 1.7.10.4 ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel