summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRafi Rubin <rafi@ugcs.caltech.edu>2010-05-04 12:00:36 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-05-04 12:02:57 +1000
commit83db7fb4a71c6460ac2aaee3476fb49c36f9cbb6 (patch)
tree08643b058cb3b37db02ae878463009744d19d0cd /conf
parent5178eec046e160218df088363394b4b117976725 (diff)
downloadxf86-input-wacom-83db7fb4a71c6460ac2aaee3476fb49c36f9cbb6.tar.gz
Adjust N-Trig pattern.
The old pattern is the default name set by hid and along with some other changes I added descriptive names for the event devices. For people using the older versions of the kernel driver, they are probably better off just using the wacom driver to support both pen and touch. For the current versions of the driver, there isn't much of an advantage to continue using wacom for touch, and some distinct advantages to moving to evdev (particularly as MT support matures). The wacom driver is still better for the pen. Signed-off-by: Rafi Rubin <rafi@ugcs.caltech.edu> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-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 9a02b0e..e5886b4 100644
--- a/conf/50-wacom.conf
+++ b/conf/50-wacom.conf
@@ -26,7 +26,7 @@ EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
- MatchProduct "HID 1b96:0001"
+ MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection