summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-09-09 14:58:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-29 05:15:03 +1000
commit057dc7887d3fd711854ca12602634c076419d66a (patch)
treea84e679ae5280ef7197fa9dd1d090f6e275d8f84
parent291c3ec1d4bdf7a110403284d3fbb35bb487b211 (diff)
downloadxf86-input-wacom-057dc7887d3fd711854ca12602634c076419d66a.tar.gz
Use the device's name directly, not conf_idev.
conf_idev is slated for removal in the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com> (cherry picked from commit fd3c86ee1e17df2b186aa52977be71772f7f360a)
-rw-r--r--src/xf86Wacom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
index b46d821..2c71dad 100644
--- a/src/xf86Wacom.c
+++ b/src/xf86Wacom.c
@@ -234,7 +234,7 @@ static int wcmInitArea(InputInfoPtr pInfo)
tmp->next = priv->next;
}
xf86Msg(X_ERROR, "%s: Top/Bottom area overlaps with another devices.\n",
- pInfo->conf_idev->identifier);
+ pInfo->name);
return FALSE;
}
xf86Msg(X_PROBED, "%s: top X=%d top Y=%d "