serial: 8250_pnp: use wildcard for serial Wacom tablets

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 <pingc@wacom.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Tested-by: Ping Cheng <pingc@wacom.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Matthew Garrett and committed by Greg Kroah-Hartman 6d34855d eeec32a7

+1 -9
+1 -9
drivers/serial/8250_pnp.c
··· 328 /* U.S. Robotics 56K Voice INT PnP*/ 329 { "USR9190", 0 }, 330 /* Wacom tablets */ 331 - { "WACF004", 0 }, 332 - { "WACF005", 0 }, 333 - { "WACF006", 0 }, 334 - { "WACF007", 0 }, 335 - { "WACF008", 0 }, 336 - { "WACF009", 0 }, 337 - { "WACF00A", 0 }, 338 - { "WACF00B", 0 }, 339 - { "WACF00C", 0 }, 340 /* Compaq touchscreen */ 341 { "FPI2002", 0 }, 342 /* Fujitsu Stylistic touchscreens */
··· 328 /* U.S. Robotics 56K Voice INT PnP*/ 329 { "USR9190", 0 }, 330 /* Wacom tablets */ 331 + { "WACFXXX", 0 }, 332 /* Compaq touchscreen */ 333 { "FPI2002", 0 }, 334 /* Fujitsu Stylistic touchscreens */