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
87e3ee60
Commit
87e3ee60
authored
Mar 19, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge orinoco_plx wireless driver pci ids from 2.4.x.
parent
39b0bd97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
drivers/net/wireless/orinoco_plx.c
drivers/net/wireless/orinoco_plx.c
+16
-9
No files found.
drivers/net/wireless/orinoco_plx.c
View file @
87e3ee60
...
...
@@ -267,21 +267,28 @@ static void __devexit orinoco_plx_remove_one(struct pci_dev *pdev)
pci_set_drvdata
(
pdev
,
NULL
);
}
static
struct
pci_device_id
orinoco_plx_pci_id_table
[]
__devinitdata
=
{
{
0x1638
,
0x1100
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
{
0x1385
,
0x4100
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* Netgear MA301 */
#if 0
{0x15e8, 0x0130, PCI_ANY_ID, PCI_ANY_ID,}, /* Correga */
#endif
{
0x1638
,
0x1100
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* SMC EZConnect SMC2602W,
Eumitcom PCI WL11000,
Addtron AWA-100*/
{
0x16ab
,
0x1100
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* Global Sun Tech GL24110P */
{
0x16ab
,
0x1101
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* Reported working, but unknown */
{
0x16ab
,
0x1102
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* Linksys WDT11 */
{
0x16ec
,
0x3685
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* USR 2415 */
{
0xec80
,
0xec00
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
/* Belkin F5D6000 */
{
0
,},
};
MODULE_DEVICE_TABLE
(
pci
,
orinoco_plx_pci_id_table
);
static
struct
pci_driver
orinoco_plx_driver
=
{
name:
"orinoco_plx"
,
id_table:
orinoco_plx_pci_id_table
,
probe:
orinoco_plx_init_one
,
remove:
__devexit_p
(
orinoco_plx_remove_one
),
suspend:
0
,
resume:
0
name:
"orinoco_plx"
,
id_table:
orinoco_plx_pci_id_table
,
probe:
orinoco_plx_init_one
,
remove:
__devexit_p
(
orinoco_plx_remove_one
),
};
static
int
__init
orinoco_plx_init
(
void
)
...
...
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