Package: xserver-xorg-input-wacom Version: 0.10.5+20100416-1 Severity: normal
*** Please type your report below this line *** I have a HP EliteBook 2730p. The screen of this laptop is a serial Wacom tablet. It does not work with Debian Squeeze because the wacom driver is not loaded for serial tablets. I followed the instructions given on the following page to create a patch (see attachment) for /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules: http://www.linlap.com/wiki/hp+elitebook+2730p -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xserver-xorg-input-wacom depends on: ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib ii libx11-6 2:1.3.3-4 X11 client-side library ii libxi6 2:1.3-6 X11 Input extension library ii xserver-xorg-core 2:1.7.7-10 Xorg X server - core server xserver-xorg-input-wacom recommends no packages. Versions of packages xserver-xorg-input-wacom suggests: ii xinput 1.5.2-1 Runtime configuration and test of -- no debconf information
--- 69-xserver-xorg-input-wacom.rules.orig 2010-04-18 04:22:07.000000000 +0000 +++ 69-xserver-xorg-input-wacom.rules 2011-01-13 23:03:29.000000000 +0000 @@ -8,14 +8,10 @@ # they can rely on across the board. # Catch the serial tablets and tell X that's what they are -ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="WACf*", \ - ENV{NAME}="Serial Wacom Tablet", \ - ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1" - -ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="FUJ*", \ - ENV{NAME}="Serial Wacom Tablet", \ - ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1" - +ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="WACf*", ENV{NAME}="Serial Wacom Tablet" +ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="FUJ*", ENV{NAME}="Serial Wacom Tablet" +ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{x11_driver}="wacom" +ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{x11_driver}="wacom" KERNEL!="event[0-9]*", GOTO="wacom_end"