[SERIAL] Add SupraExpress 56i support
The modem is said to work with belows addition to pnp_dev_table[]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296011 Signed-off-by: maximilian attems <janitor@sternwelten.at> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
7a3ca7d2b5
commit
c1542cbc50
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
|
||||||
{ "SUP1620", 0 },
|
{ "SUP1620", 0 },
|
||||||
/* SupraExpress 33.6 Data/Fax PnP modem */
|
/* SupraExpress 33.6 Data/Fax PnP modem */
|
||||||
{ "SUP1760", 0 },
|
{ "SUP1760", 0 },
|
||||||
|
/* SupraExpress 56i Sp Intl */
|
||||||
|
{ "SUP2171", 0 },
|
||||||
/* Phoebe Micro */
|
/* Phoebe Micro */
|
||||||
/* Phoebe Micro 33.6 Data Fax 1433VQH Plug & Play */
|
/* Phoebe Micro 33.6 Data Fax 1433VQH Plug & Play */
|
||||||
{ "TEX0011", 0 },
|
{ "TEX0011", 0 },
|
||||||
|
|
Loading…
Reference in a new issue