Public bug reported: Fixing this requires two things:
(1) An xserver patch. This is now upstream: http://cgit.freedesktop.org/xorg/xserver/commit/?id=84905007702da2c05a4f7446b3fc5ff52be49655 (2) Additional udev rules need to be added to the xf86-input-wacom rules file. 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" I would strongly suggest not waiting for debian on this (I contacted Ron about this three weeks ago), as I think it's important that testing Tablet PCs be possible at this point in the release cycle. ** Affects: xf86-input-wacom (Ubuntu) Importance: Undecided Status: New ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New -- Serial Tablet PCs not supported in lucid https://bugs.launchpad.net/bugs/522318 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp

