Package: xserver-xorg-input-wacom Version: 0.10.5+20100416-1 Severity: important Tags: squeeze sid
After a dist-upgrade today, my stylus button on ThinkPad X60 Tablet stopped working. The button press is not handled anyhow by X.org, and is not detected by xev. Thus, no input event gets emitted. I am now unable to use my stylus for any serious work. Version 0.10.3+20100109-1 of package xserver-xorg-input-wacom works fine. Here is the relevant part of my xorg.conf: ---CUT--- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Cursor" "SendCoreEvents" InputDevice "Stylus" "SendCoreEvents" InputDevice "Eraser" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "built-ins" EndSection Section "Module" Load "dri2" # Load "dri" Load "record" Load "extmod" Load "glx" Load "dbe" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" # Option "YAxisMapping" "4 5" # Option "XAxisMapping" "6 7" # Option "ZAxisMapping" "4 5" # Option "EmulateWheel" "true" # Option "EmulateWheelButton" "2" EndSection Section "InputDevice" Identifier "Cursor" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "cursor" EndSection Section "InputDevice" Identifier "Stylus" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "stylus" EndSection Section "InputDevice" Identifier "Eraser" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "eraser" EndSection # Display-related sections skipped ---CUT--- The first version that breaks the functionality is 0.10.5+20100414-1 - no version above that works properly. This regression, as I believe, is related to this change as reflected in the changelog: +xf86-input-wacom (0.10.5+20100414-1) unstable; urgency=low + + * Replace the hardcoded rotation tables with a single call to atan2. + * Many fixes for wheels, buttons, and tabletpc devices. + * Fix scrolling issues with Intuos3 by ensuring the pad always operates + in relative mode. + * Lots of fixes for xsetwacom. + * Switch from udev to xorg.conf.d snippets. + Add udev rules to claim the serial tablets. + Thanks to Timo Aaltonen for passing along patches and testing of these. + + -- Ron Lee <[email protected]> Wed, 14 Apr 2010 22:24:07 +0930 The 'many fixes' also break things. Ask for details if necessary. I'm not using any custom udev / hal config. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (800, 'testing'), (700, 'stable'), (600, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xserver-xorg-input-wacom depends on: ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libx11-6 2:1.3.3-3 X11 client-side library ii libxi6 2:1.3-4 X11 Input extension library ii xserver-xorg-core 2:1.7.7-1 Xorg X server - core server xserver-xorg-input-wacom recommends no packages. Versions of packages xserver-xorg-input-wacom suggests: pn xinput <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

