diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-15 02:16:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-15 02:16:55 +0200 |
commit | bf7c7decb9752a3cb644b435cb354c8948606680 (patch) | |
tree | 457d3d4749be66d05f18857dbf57a84b532f2e3a | |
parent | Merge master.kernel.org:/home/rmk/linux-2.6-arm (diff) | |
parent | [SERIAL] Add SupraExpress 336i Sp ASVD modem ID (diff) | |
download | linux-bf7c7decb9752a3cb644b435cb354c8948606680.tar.xz linux-bf7c7decb9752a3cb644b435cb354c8948606680.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-serial
-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 6b321e82cafb..c2786fc41cc5 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 */ |