summaryrefslogtreecommitdiff
path: root/src/xf86Wacom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86Wacom.c')
-rw-r--r--src/xf86Wacom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
index e92f56f..5289292 100644
--- a/src/xf86Wacom.c
+++ b/src/xf86Wacom.c
@@ -483,7 +483,7 @@ Bool wcmIsWacomDevice (char* fname)
****************************************************************************/
#define DEV_INPUT_EVENT "/dev/input/event%d"
#define EVDEV_MINORS 32
-const char *wcmEventAutoDevProbe (InputInfoPtr pInfo)
+char *wcmEventAutoDevProbe (InputInfoPtr pInfo)
{
/* We are trying to find the right eventX device */
int i, wait = 0;
@@ -506,7 +506,7 @@ const char *wcmEventAutoDevProbe (InputInfoPtr pInfo)
xf86ReplaceStrOption(pInfo->options, "Device", fname);
/* this assumes there is only one Wacom device on the system */
- return xf86FindOptionValue(pInfo->options, "Device");
+ return xf86CheckStrOption(pInfo->options, "Device", NULL);
}
}
wait += 100;