Description of problem: Our serial driver doesn't pick up the newer Wacom Serial (pnp) device. It doesn't, by default, link actual device to anything in /dev (in particular /dev/ttyS0) The work around is to use the setserial program to configure /dev/ttyS0 to point to the device. There's a patch upstream to prevent this work around and looks like it is slated for 2.6.24 (it's in Linus's tree) I've attached and tested the patch and wrote a udev rule to "Do the Right Thing". Hope it helps...
Created attachment 237691 [details] Patch for 8250_pnp.c to add support for the WACF007 & WACF008
Created attachment 237701 [details] Udev rules for a WACF008 Device Here's the udev rule it needs work though.
(In reply to comment #1) > Created an attachment (id=237691) [edit] > Patch for 8250_pnp.c to add support for the WACF007 & WACF008 > This is already in 2.6.24-rc1
Fixed went in F8 kernel on 10/25