[PATCH] orinoco_pci.c drives prism III

From: Pedro Larroy
Date: Sat Oct 04 2003 - 22:00:53 EST


Orinoco pci prism III in my latop works nicely with orinoco_pci

The hw is:

02:06.0 Network controller: Harris Semiconductor: Unknown device 3872 (rev 01)
Subsystem: AMBIT Microsystem Corp.: Unknown device 0200
Flags: medium devsel, IRQ 22
Memory at e0500000 (32-bit, prefetchable) [size=4K]
Capabilities: <available only to root>


just:


--- linux-2.6.0-test6/drivers/net/wireless/orinoco_pci.c 2003-09-28 02:50:36.000000000 +0200
+++ linux-2.6.0-test6-pi/drivers/net/wireless/orinoco_pci.c 2003-10-01 18:51:31.000000000 +0200
@@ -360,6 +360,7 @@
}

static struct pci_device_id orinoco_pci_pci_id_table[] = {
+ {0x1260, 0x3872, PCI_ANY_ID, PCI_ANY_ID,},
{0x1260, 0x3873, PCI_ANY_ID, PCI_ANY_ID,},
{0,},
};

--
Pedro Larroy Tovar | piotr%member.fsf.org

Software patents are a threat to innovation in Europe please check:
http://www.eurolinux.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/