Skip to content

Commit

Permalink
[SERIAL] 8250_pnp: add support for other Wacom tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcollins authored and Russell King committed Jun 26, 2006
1 parent fcc18e8 commit b07076e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/serial/8250_pnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,10 @@ static const struct pnp_device_id pnp_dev_table[] = {
{ "USR9180", 0 },
/* U.S. Robotics 56K Voice INT PnP*/
{ "USR9190", 0 },
/* HP Compaq Tablet PC tc1100 Wacom tablet */
/* Wacom tablets */
{ "WACF004", 0 },
{ "WACF005", 0 },
{ "WACF006", 0 },
/* Rockwell's (PORALiNK) 33600 INT PNP */
{ "WCI0003", 0 },
/* Unkown PnP modems */
Expand Down

0 comments on commit b07076e

Please sign in to comment.