linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] orinoco_pci.c drives prism III
@ 2003-10-05  2:59 Pedro Larroy
  0 siblings, 0 replies; only message in thread
From: Pedro Larroy @ 2003-10-05  2:59 UTC (permalink / raw)
  To: linux-kernel

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/     

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-05  2:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-05  2:59 [PATCH] orinoco_pci.c drives prism III Pedro Larroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).