From: Chris Bagwell <ch...@cnpbagwell.com>

WCM_TPC definition already includes WCM_LCD.

Signed-off-by: Chris Bagwell <ch...@cnpbagwell.com>
---
 src/wcmValidateDevice.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index c06387d..caa80ec 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -256,14 +256,12 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
                case 0xE3: /* TPC with 2FGT */
                case 0xE6: /* TPC with 2FGT */
                        priv->common->tablet_type = WCM_TPC;
-                       priv->common->tablet_type |= WCM_LCD;
                        break;
 
                case 0x93: /* TPC with 1FGT */
                case 0x9A: /* TPC with 1FGT */
                case 0x90: /* TPC */
                        priv->common->tablet_type |= WCM_TPC;
-                       priv->common->tablet_type |= WCM_LCD;
                        break;
 
                case 0x9F:
-- 
1.7.5.2


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to