This commit introduces a regression, the pen stops working on TouchSmart tx2 devices. From the report "with 0.10.7 I can't left click anymore with my pen. It seems it's not recognized anymore... (used to work with 0.10.6)"
Bisected by Thomas Spura to commit 83db7fb4a71c6460ac2aaee3476fb49c36f9cbb6. For more detail and logs see. http://www.mail-archive.com/[email protected]/msg01183.html Reverting this commit means the device uses the evdev driver instead which seems to work fine. This reverts commit 83db7fb4a71c6460ac2aaee3476fb49c36f9cbb6. Signed-off-by: Peter Hutterer <[email protected]> CC: Rafi Rubin <[email protected]> CC: Thomas Spura <[email protected]> --- conf/50-wacom.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf index ce49613..c64d8d2 100644 --- a/conf/50-wacom.conf +++ b/conf/50-wacom.conf @@ -24,7 +24,7 @@ EndSection # N-Trig Duosense Electromagnetic Digitizer Section "InputClass" Identifier "Wacom N-Trig class" - MatchProduct "HID 1b96:0001|N-Trig Pen" + MatchProduct "HID 1b96:0001" MatchDevicePath "/dev/input/event*" Driver "wacom" Option "Button2" "3" -- 1.7.1 ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
