From 83db7fb4a71c6460ac2aaee3476fb49c36f9cbb6 Mon Sep 17 00:00:00 2001 From: Rafi Rubin Date: Tue, 4 May 2010 12:00:36 +1000 Subject: 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 Signed-off-by: Peter Hutterer --- conf/50-wacom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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 -- cgit v1.2.1