Public bug reported:

Binary package hint: linux-source-2.6.22

The tablet on Lenovo X60 Thinkpad no longer works in gutsy. It used to work in 
Dapper. On tribe 3 with all updates and wacom-tools installed if I do:
xxd /dev/ttyS0 
the command exits immediately. Normal behaviour under Dapper is for it to 
output data from the tablet when the stylus is moved across the screen. 
wacdump /dev/ttyS0 gives WacomOpenTablet: Invalid argument
xsetwacom list dev  gives nothing

I patched the kernel with

--- linux-source-2.6.22/drivers/serial/8250_pnp.c       2007-07-09 
09:32:17.000000000 +1000
+++ linux-source-2.6.22-patched/drivers/serial/8250_pnp.c       2007-08-08 
18:04:25.000000000 +1000
@@ -327,6 +327,7 @@ static const struct pnp_device_id pnp_de
        {       "WACF004",              0       },
        {       "WACF005",              0       },
        {       "WACF006",              0       },
+       {       "WACF008",              0       },
        /* Compaq touchscreen */
        {       "FPI2002",              0 },
        /* Fujitsu Stylistic touchscreens */


And after that the tablet was working. Works for me and for at least 2
others as described here http://ubuntuforums.org/showthread.php?t=503233

Can we get this in?

** Affects: linux-source-2.6.22 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
tablet on Lenovo X60 Thinkpad no longer works in gutsy
https://bugs.launchpad.net/bugs/131063
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to