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
918b1f2b
Commit
918b1f2b
authored
Mar 21, 2003
by
Alan Cox
Committed by
Linus Torvalds
Mar 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PC9800 has a slight funny on 8250_pnp
parent
576d3419
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
drivers/serial/8250_pnp.c
drivers/serial/8250_pnp.c
+5
-0
No files found.
drivers/serial/8250_pnp.c
View file @
918b1f2b
...
...
@@ -188,6 +188,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
{
"MVX00A1"
,
0
},
/* PC Rider K56 Phone System PnP */
{
"MVX00F2"
,
0
},
/* NEC 98NOTE SPEAKER PHONE FAX MODEM(33600bps) */
{
"nEC8241"
,
0
},
/* Pace 56 Voice Internal Plug & Play Modem */
{
"PMC2430"
,
0
},
/* Generic */
...
...
@@ -373,6 +375,9 @@ static int serial_pnp_guess_board(struct pnp_dev *dev, int *flags)
((
port
->
min
==
0x2f8
)
||
(
port
->
min
==
0x3f8
)
||
(
port
->
min
==
0x2e8
)
||
#ifdef CONFIG_X86_PC9800
(
port
->
min
==
0x8b0
)
||
#endif
(
port
->
min
==
0x3e8
)))
return
0
;
}
...
...
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