serial: 8250_pnp: use wildcard for serial Wacom tablets
authorMatthew Garrett <[email protected]>
Wed, 9 Dec 2009 20:31:37 +0000 (12:31 -0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 20 Jan 2010 23:03:27 +0000 (15:03 -0800)
Wacom claims that the WACF namespace will always be devoted to serial
Wacom tablets.  Remove the existing entries and add a wildcard to avoid
having to update the kernel every time they add a new device.

Signed-off-by: Ping Cheng <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
Tested-by: Ping Cheng <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/serial/8250_pnp.c

index b5496a19d9670da5bcb3e8dd94f89db16268922a..24485cc62ff8255a6f56a38f95a6de83eb113600 100644 (file)
@@ -328,15 +328,7 @@ static const struct pnp_device_id pnp_dev_table[] = {
        /* U.S. Robotics 56K Voice INT PnP*/
        {       "USR9190",              0       },
        /* Wacom tablets */
-       {       "WACF004",              0       },
-       {       "WACF005",              0       },
-       {       "WACF006",              0       },
-       {       "WACF007",              0       },
-       {       "WACF008",              0       },
-       {       "WACF009",              0       },
-       {       "WACF00A",              0       },
-       {       "WACF00B",              0       },
-       {       "WACF00C",              0       },
+       {       "WACFXXX",              0       },
        /* Compaq touchscreen */
        {       "FPI2002",              0 },
        /* Fujitsu Stylistic touchscreens */