summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemo Firszt <przemo@firszt.eu>2012-02-10 17:55:16 +0000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-02-11 06:03:41 +1000
commit4709394d76267df05f8dfa7f13e6beb1f9c7394f (patch)
treeb7637a0d90ba80546d2be2d7bdb79e9d9f9bad0b
parent96a2e90c0f6a727fe6942c7b8f05b37167a10ab1 (diff)
Add Wacom Intuos4 Wireless to 50-wacom.conf
Intuos4 Wireless doesn't match list of devices in 50-wacom.conf, so evdev was taking over. This patch fixes it, so now wacom driver is used fo Intuoe4 WL PTK-540WL Signed-off-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--conf/50-wacom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
index 2c9ccb6..5cf5fdf 100644
--- a/conf/50-wacom.conf
+++ b/conf/50-wacom.conf
@@ -1,6 +1,6 @@
Section "InputClass"
Identifier "Wacom class"
- MatchProduct "Wacom|WACOM|WALTOP|Hanwang"
+ MatchProduct "Wacom|WACOM|WALTOP|Hanwang|PTK-540WL"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection