Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] orinoco_nortel: Add Symbol LA-4123 ID

Add ID for Symbol LA-4123. Reported by Tomas Novak <tap@post.cz>

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

authored by

Pavel Roskin and committed by
Jeff Garzik
d4956572 c8cb00f6

+4
+4
drivers/net/wireless/orinoco_nortel.c
··· 1 1 /* orinoco_nortel.c 2 2 * 3 3 * Driver for Prism II devices which would usually be driven by orinoco_cs, 4 + * but are connected to the PCI bus by a PCI-to-PCMCIA adapter used in 5 + * Nortel emobility, Symbol LA-4113 and Symbol LA-4123. 4 6 * but are connected to the PCI bus by a Nortel PCI-PCMCIA-Adapter. 5 7 * 6 8 * Copyright (C) 2002 Tobias Hoffmann ··· 267 265 static struct pci_device_id nortel_pci_id_table[] = { 268 266 /* Nortel emobility PCI */ 269 267 {0x126c, 0x8030, PCI_ANY_ID, PCI_ANY_ID,}, 268 + /* Symbol LA-4123 PCI */ 269 + {0x1562, 0x0001, PCI_ANY_ID, PCI_ANY_ID,}, 270 270 {0,}, 271 271 }; 272 272