Recently I acquired a new Wacom tablet (Bamboo Pen) because my old one was worn down.
The problem came when I tried to get the new drivers to work. The only X-driver in the Portage tree that supports this new tablet (as far as I know) is xf86-input-wacom. The problem is that this driver doesn't come with a kernel module like the old (linuxwacom) did, so I have to rely on the in-kernel driver, which is lagging behind.
The solution came from this site, where I followed the part about building the kernel module from the old driver (I used linuxwacom-0.8.6, but it was the same procedure). Using this kernel module with the new xf86-input-wacom driver everything now seems to work.
So why was the better kernel module not kept in xf86-input-wacom? It looks like the same project is maintaining both drivers, and the new module is sorely needed. I propose to amend the xf86-input-wacom ebuilds to build --- or include the option to build via a use flag --- the updated kernel module.
Or is the in-kernel driver about to be updated?


