Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15314
b: refs/heads/master
c: d495657
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Roskin authored and Jeff Garzik committed Dec 24, 2005
1 parent e73e6df commit 209c0c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8cb00f6ac9aa13b0575726163b165fd2276ff25
refs/heads/master: d495657200bd3ce10f9cb52401056804bf365811
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/orinoco_nortel.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* orinoco_nortel.c
*
* Driver for Prism II devices which would usually be driven by orinoco_cs,
* but are connected to the PCI bus by a PCI-to-PCMCIA adapter used in
* Nortel emobility, Symbol LA-4113 and Symbol LA-4123.
* but are connected to the PCI bus by a Nortel PCI-PCMCIA-Adapter.
*
* Copyright (C) 2002 Tobias Hoffmann
Expand Down Expand Up @@ -265,6 +267,8 @@ static void __devexit nortel_pci_remove_one(struct pci_dev *pdev)
static struct pci_device_id nortel_pci_id_table[] = {
/* Nortel emobility PCI */
{0x126c, 0x8030, PCI_ANY_ID, PCI_ANY_ID,},
/* Symbol LA-4123 PCI */
{0x1562, 0x0001, PCI_ANY_ID, PCI_ANY_ID,},
{0,},
};

Expand Down

0 comments on commit 209c0c5

Please sign in to comment.