Signed-off-by: Peter Hutterer <[email protected]>
---
src/wcmConfig.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/wcmConfig.c b/src/wcmConfig.c
index 7863167..bd37659 100644
--- a/src/wcmConfig.c
+++ b/src/wcmConfig.c
@@ -340,6 +340,11 @@ static Bool wcmMatchDevice(InputInfoPtr pLocal,
WacomCommonPtr *common_return)
{
DBG(2, priv, "port share between %s and %s\n",
pLocal->name, pMatch->name);
+ /* FIXME: we loose the common->wcmTool here but it
+ * gets re-added during wcmParseOptions. This is
+ * currently required by the code, adding the tool
+ * again here means we trigger the duplicate tool
+ * detection */
wcmFreeCommon(&priv->common);
priv->common = wcmRefCommon(privMatch->common);
priv->next = priv->common->wcmDevices;
--
1.7.4
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel