Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Add support for Wacom WACF007 and WACF008 to serial pnp driver

Notebook manufacturer seems to built a newer Wacom pen enabled tablet to
recent tablet pcs which are not recognized by the serial pnp driver.

Attached is a patch which makes the newer Wacom WACF007 and WACF008 tablets
useable with the serial driver. The device is fully compatible with it.

Signed-off-by: Maik Broemme <mbroemme@plusserver.de>
Cc: Andrey Panin <pazke@orbita1.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Maik Broemme and committed by
Linus Torvalds
cc84634f 37a6c7d0

+2
+2
drivers/serial/8250_pnp.c
··· 327 327 { "WACF004", 0 }, 328 328 { "WACF005", 0 }, 329 329 { "WACF006", 0 }, 330 + { "WACF007", 0 }, 331 + { "WACF008", 0 }, 330 332 /* Compaq touchscreen */ 331 333 { "FPI2002", 0 }, 332 334 /* Fujitsu Stylistic touchscreens */