diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-06-07 15:05:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-06-08 16:56:52 +1000 |
commit | fb46bef0b54211be0a0a58a58dc484c33fe815e2 (patch) | |
tree | 47a272fd07258615b41950986baa8c645c408802 /src/xf86Wacom.h | |
parent | 86a1ff5ede952228d23502cbee1053956ea88d17 (diff) | |
download | xf86-input-wacom-fb46bef0b54211be0a0a58a58dc484c33fe815e2.tar.gz |
Append first type name to device.
Dependent devices get their type append already ("eraser", "cursor", etc.)
but the first device is unmodified. For consistency and to allow easier
match rules, append the type to the first device as well.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Ping Cheng <pinglinux@gmail.com>
Diffstat (limited to 'src/xf86Wacom.h')
-rw-r--r-- | src/xf86Wacom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h index d05b66f..57fb161 100644 --- a/src/xf86Wacom.h +++ b/src/xf86Wacom.h @@ -146,7 +146,7 @@ extern int wcmDeviceTypeKeys(LocalDevicePtr local); /* hotplug */ extern int wcmNeedAutoHotplug(LocalDevicePtr local, const char **type); -extern void wcmHotplugOthers(LocalDevicePtr local); +extern void wcmHotplugOthers(LocalDevicePtr local, const char *basename); extern int wcmAutoProbeDevice(LocalDevicePtr local); /* setup */ |