···11/* orinoco_nortel.c22 * 33 * Driver for Prism II devices which would usually be driven by orinoco_cs,44+ * but are connected to the PCI bus by a PCI-to-PCMCIA adapter used in55+ * Nortel emobility, Symbol LA-4113 and Symbol LA-4123.46 * but are connected to the PCI bus by a Nortel PCI-PCMCIA-Adapter. 57 *68 * Copyright (C) 2002 Tobias Hoffmann···267265static struct pci_device_id nortel_pci_id_table[] = {268266 /* Nortel emobility PCI */269267 {0x126c, 0x8030, PCI_ANY_ID, PCI_ANY_ID,},268268+ /* Symbol LA-4123 PCI */269269+ {0x1562, 0x0001, PCI_ANY_ID, PCI_ANY_ID,},270270 {0,},271271};272272