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
68d83b82
Commit
68d83b82
authored
Nov 25, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Mobility_pp parport support
parent
180e20e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/parport/parport_pc.c
drivers/parport/parport_pc.c
+3
-0
No files found.
drivers/parport/parport_pc.c
View file @
68d83b82
...
...
@@ -2709,6 +2709,7 @@ enum parport_pc_pci_cards {
oxsemi_954
,
oxsemi_840
,
aks_0100
,
mobility_pp
,
};
...
...
@@ -2792,6 +2793,7 @@ static struct parport_pc_pci {
/* oxsemi_954 */
{
1
,
{
{
0
,
-
1
},
}
},
/* oxsemi_840 */
{
1
,
{
{
0
,
-
1
},
}
},
/* aks_0100 */
{
1
,
{
{
0
,
1
},
}
},
/* mobility_pp */
{
1
,
{
{
0
,
1
},
}
},
};
static
struct
pci_device_id
parport_pc_pci_tbl
[]
__devinitdata
=
{
...
...
@@ -2873,6 +2875,7 @@ static struct pci_device_id parport_pc_pci_tbl[] __devinitdata = {
{
0x1409
,
0x7268
,
0x1409
,
0x0103
,
0
,
0
,
timedia_4008a
},
{
0x1409
,
0x7268
,
0x1409
,
0x0104
,
0
,
0
,
timedia_4018
},
{
0x1409
,
0x7268
,
0x1409
,
0x9018
,
0
,
0
,
timedia_9018a
},
{
0x14f2
,
0x0121
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
mobility_pp
},
{
PCI_VENDOR_ID_SYBA
,
PCI_DEVICE_ID_SYBA_2P_EPP
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
syba_2p_epp
},
{
PCI_VENDOR_ID_SYBA
,
PCI_DEVICE_ID_SYBA_1P_ECP
,
...
...
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