Skip to content

Commit

Permalink
[PATCH] orinoco_nortel: Add Symbol LA-4123 ID
Browse files Browse the repository at this point in the history
Add ID for Symbol LA-4123.  Reported by Tomas Novak <[email protected]>

Signed-off-by: Pavel Roskin <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Pavel Roskin authored and jgarzik committed Dec 24, 2005
1 parent c8cb00f commit d495657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 d495657

Please sign in to comment.