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
nexedi
linux
Commits
ba1abdbf
Commit
ba1abdbf
authored
May 15, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.6-serial
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
64a3243b
8d7f0412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/serial/8250_pci.c
drivers/serial/8250_pci.c
+4
-4
No files found.
drivers/serial/8250_pci.c
View file @
ba1abdbf
...
...
@@ -704,7 +704,7 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
.
subdevice
=
PCI_SUBDEVICE_ID_OCTPRO232
,
.
init
=
sbs_init
,
.
setup
=
sbs_setup
,
.
exit
=
sbs_exit
.
exit
=
__devexit_p
(
sbs_exit
),
},
/*
* SBS Technologies, Inc., PMC-OCTALPRO 422
...
...
@@ -716,7 +716,7 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
.
subdevice
=
PCI_SUBDEVICE_ID_OCTPRO422
,
.
init
=
sbs_init
,
.
setup
=
sbs_setup
,
.
exit
=
sbs_exit
.
exit
=
__devexit_p
(
sbs_exit
),
},
/*
* SBS Technologies, Inc., P-Octal 232
...
...
@@ -728,7 +728,7 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
.
subdevice
=
PCI_SUBDEVICE_ID_POCTAL232
,
.
init
=
sbs_init
,
.
setup
=
sbs_setup
,
.
exit
=
sbs_exit
.
exit
=
__devexit_p
(
sbs_exit
),
},
/*
* SBS Technologies, Inc., P-Octal 422
...
...
@@ -740,7 +740,7 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
.
subdevice
=
PCI_SUBDEVICE_ID_POCTAL422
,
.
init
=
sbs_init
,
.
setup
=
sbs_setup
,
.
exit
=
sbs_exit
.
exit
=
__devexit_p
(
sbs_exit
),
},
/*
...
...
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