Patch for 2.4 orinoco_pci.c for device 0x3872

From: Stephan von Krawczynski
Date: Mon Jun 21 2004 - 11:28:11 EST


Hello,

the attached patch makes a Harris Semiconductor wireless device (3872) work,
which is built into some series of Acer notebooks. It is tested for months and
known to work (and obviously plain and simple).

Regards,
Stephan


--- linux-2.4.27-rc1/drivers/net/wireless/orinoco_pci.c 2003-08-25 13:44:42.000000000 +0200
+++ linux-2.4.27-skraw/drivers/net/wireless/orinoco_pci.c 2004-06-18 22:27:52.000000000 +0200
@@ -360,6 +360,7 @@

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

-
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/