Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9a026374
Commit
9a026374
authored
Mar 20, 2004
by
Adam Belay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PNP] Add some more modem IDs
This patch allows the serial driver to bind to three additional modems.
parent
db4b34ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/serial/8250_pnp.c
drivers/serial/8250_pnp.c
+6
-0
No files found.
drivers/serial/8250_pnp.c
View file @
9a026374
...
...
@@ -266,6 +266,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
{
"RSS00A0"
,
0
},
/* Viking 56K FAX INT */
{
"RSS0262"
,
0
},
/* K56 par,VV,Voice,Speakphone,AudioSpan,PnP */
{
"RSS0250"
,
0
},
/* SupraExpress 28.8 Data/Fax PnP modem */
{
"SUP1310"
,
0
},
/* SupraExpress 33.6 Data/Fax PnP modem */
...
...
@@ -283,6 +285,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
/* 3Com Corp. */
/* Gateway Telepath IIvi 33.6 */
{
"USR0000"
,
0
},
/* U.S. Robotics Sporster 33.6K Fax INT PnP */
{
"USR0002"
,
0
},
/* Sportster Vi 14.4 PnP FAX Voicemail */
{
"USR0004"
,
0
},
/* U.S. Robotics 33.6K Voice INT PnP */
...
...
@@ -315,6 +319,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
{
"USR9180"
,
0
},
/* U.S. Robotics 56K Voice INT PnP*/
{
"USR9190"
,
0
},
/* Rockwell's (PORALiNK) 33600 INT PNP */
{
"WCI0003"
,
0
},
/* Unkown PnP modems */
{
"PNPCXXX"
,
UNKNOWN_DEV
},
/* More unkown PnP modems */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment