Commit e01b4ffd authored by Lennart Poettering's avatar Lennart Poettering Committed by Russell King

[SERIAL] support for another Rockwell PNP modem

From: Lennart Poettering

Trivial patch against Linux 2.6.10 which adds PNP support for a
certain kind of Rockwell 28.8/ISA modems.
parent 0a299616
......@@ -250,6 +250,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
/* Kortex International */
/* KORTEX 14400 Externe PnP */
{ "ROK0100", 0 },
/* Rockwell 28.8 */
{ "ROK4120", 0 },
/* Viking Components, Inc */
/* Viking 28.8 INTERNAL Fax+Data+Voice PnP */
{ "ROK4920", 0 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment