summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDavid Foley <favux.is@gmail.com>2011-06-21 21:14:49 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-27 10:09:32 +1000
commit47e13394f468c8a500428f62752ab60aaf1d0ce0 (patch)
treeaf3d08712487a00c404020346d2fe3f63695d478 /conf
parent36fca6055911d86e902555671b4d206f6fae1835 (diff)
conf: Add WALTOP back into MatchProduct
The WALTOP kernel driver patches are in the mainline kernel tree now. Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/50-wacom.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
index dc0bfc0..2c9ccb6 100644
--- a/conf/50-wacom.conf
+++ b/conf/50-wacom.conf
@@ -1,9 +1,6 @@
Section "InputClass"
Identifier "Wacom class"
-# WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
-# so for now just let it fall through and be picked up by evdev instead.
-# MatchProduct "Wacom|WALTOP|WACOM"
- MatchProduct "Wacom|WACOM|Hanwang"
+ MatchProduct "Wacom|WACOM|WALTOP|Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection