diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-15 00:16:55 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-15 00:16:55 (GMT) |
commit | bf7c7decb9752a3cb644b435cb354c8948606680 (patch) | |
tree | 457d3d4749be66d05f18857dbf57a84b532f2e3a /drivers | |
parent | 9e04099cb90dce6a34b4cbc6b4a0d4e4cc4c5680 (diff) | |
parent | 04f03bf7dbd04c15c30d91c6a277f6970cc4ef14 (diff) | |
download | linux-bf7c7decb9752a3cb644b435cb354c8948606680.tar.xz |
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/serial/8250_pnp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c index 6b321e8..c2786fc 100644 --- a/drivers/serial/8250_pnp.c +++ b/drivers/serial/8250_pnp.c @@ -272,6 +272,8 @@ static const struct pnp_device_id pnp_dev_table[] = { { "SUP1421", 0 }, /* SupraExpress 33.6 Data/Fax PnP modem */ { "SUP1590", 0 }, + /* SupraExpress 336i Sp ASVD */ + { "SUP1620", 0 }, /* SupraExpress 33.6 Data/Fax PnP modem */ { "SUP1760", 0 }, /* Phoebe Micro */ |