Skip to content

Commit d990166

Browse files
Ping Chenggregkh
authored andcommitted
serial: 8250_pnp - add Fujitsu Wacom device
Add Fujitsu Wacom 1FGT Tablet PC device Signed-off-by: Ping Cheng <pingc@wacom.com> Cc: stable <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent a2d1e35 commit d990166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/serial/8250_pnp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
348348
{ "FUJ02E6", 0 },
349349
/* Fujitsu Wacom 2FGT Tablet PC device */
350350
{ "FUJ02E7", 0 },
351+
/* Fujitsu Wacom 1FGT Tablet PC device */
352+
{ "FUJ02E9", 0 },
351353
/*
352354
* LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in
353355
* disguise)

0 commit comments

Comments
 (0)