From: Chris Bagwell <[email protected]> WCM_TPC definition already includes WCM_LCD.
Signed-off-by: Chris Bagwell <[email protected]> --- src/wcmValidateDevice.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 272a02e..778ac85 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 */ TabletSetFeature(priv->common, WCM_TPC); - TabletSetFeature(priv->common, WCM_LCD); break; case 0x93: /* TPC with 1FGT */ case 0x9A: /* TPC with 1FGT */ case 0x90: /* TPC */ TabletSetFeature(priv->common, WCM_TPC); - TabletSetFeature(priv->common, WCM_LCD); break; case 0x9F: -- 1.7.5.2 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense.. http://p.sf.net/sfu/splunk-d2d-c1 _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
