Commit 4ea63815 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] Another ISA PnP modem (USR0009)

Below is a patch from Denis Zaitsev <zzz@anda.ru> with the following two
adjustments:

- applies with -p1 (not -p0)

- USRobotics -> U.S. Robotics (consistent with the rest of the entries)
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent df2b6b2c
...@@ -293,6 +293,8 @@ static const struct pnp_device_id pnp_dev_table[] = { ...@@ -293,6 +293,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
{ "USR0006", 0 }, { "USR0006", 0 },
/* U.S. Robotics 33.6K Voice EXT PnP */ /* U.S. Robotics 33.6K Voice EXT PnP */
{ "USR0007", 0 }, { "USR0007", 0 },
/* U.S. Robotics Courier V.Everything INT PnP */
{ "USR0009", 0 },
/* U.S. Robotics 33.6K Voice INT PnP */ /* U.S. Robotics 33.6K Voice INT PnP */
{ "USR2002", 0 }, { "USR2002", 0 },
/* U.S. Robotics 56K Voice INT PnP */ /* U.S. Robotics 56K Voice INT PnP */
......
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