mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Support for Belkin Wireless PCI Adapter (PLX PCI9502 Based) in Kernel >= 2.4.18
@ 2002-03-19 14:16 Brendan W. McAdams
  2002-03-20 23:57 ` David Gibson
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan W. McAdams @ 2002-03-19 14:16 UTC (permalink / raw)
  To: linux-kernel, linux-wlan-devel; +Cc: alan, torvalds, dan

[-- Attachment #1: Type: text/plain, Size: 2021 bytes --]

I'm not sure who the current "keeper of the flame" is on drivers/net/wireless/orinoco_plx.c so I'm submitting this patch to any conceivably appropriate places.

This patch adds support to the Linux kernel (tested on 2.4.18, 2.4.19-pre3 and 2.4.19-pre3-ac1) for the Belkin F5D6000 "Wireless Desktop PCI Network Adapter".  This is a PLX PCI9502 based PCMCIA adapter that allows 802.11b wireless network cards (mainly Prism2 based, like the Belkin F5D6020) to work on desktop boxen. 

This patch would be a great addition to the appropriate packages, including the Linux kernel as Belkins components tend to be low cost and high quality, as well as widely available.

The patch contents are basically an addition to orinoco_plx.c so that it recognizes the IO Addresses of the Belkin F5D6000 and configures it appropriately.  It is a small patch but it does the trick; I have tested it extensively on my Linux box in both Managed and Ad-Hoc modes with a Belkin F5D6020 card.

It has been applied and tested (as aformentioned) against 2.4.18, 2.4.19-pre3 and 2.4.19-pre3-ac1.

I am posting a page at http://www.jacked-in.org/linux/belkin_wireless.php with more details on this patch and using Belkin's Wireless components with Linux for those interested.

Patch follows inline & attached:

--- linux/drivers/net/wireless/orinoco_plx.c	Mon Feb 25 14:38:03 2002
+++ linux.bmcadams-patched/drivers/net/wireless/orinoco_plx.c	Mon Mar 18 10:42:48 2002
@@ -385,6 +385,10 @@
 	{0x16ab, 0x1101, PCI_ANY_ID, PCI_ANY_ID,},	/* Reported working, but unknown */
 	{0x16ab, 0x1102, PCI_ANY_ID, PCI_ANY_ID,},	/* Linksys WDT11 */
 	{0x16ec, 0x3685, PCI_ANY_ID, PCI_ANY_ID,},	/* USR 2415 */
+	{0xec80, 0xec00, PCI_ANY_ID, PCI_ANY_ID,}, 	/* Belkin F5D6000
+							   Tested & Working with
+							   Belkin's F5D6020 Prism2 based PCMCIA NIC 
+							   - Brendan W. McAdams <rit@jacked-in.org> */
 	{0,},
 };
 
-----
Brendan W. McAdams
rit@jacked-in.org

"I cannot make my days longer, so I strive to make them better."
- Henry David Thoreau



[-- Attachment #2: orinoco_plx-belkin-bmcadams.patch --]
[-- Type: text/plain, Size: 616 bytes --]

--- linux/drivers/net/wireless/orinoco_plx.c	Mon Feb 25 14:38:03 2002
+++ linux.bmcadams-patched/drivers/net/wireless/orinoco_plx.c	Mon Mar 18 10:42:48 2002
@@ -385,6 +385,10 @@
 	{0x16ab, 0x1101, PCI_ANY_ID, PCI_ANY_ID,},	/* Reported working, but unknown */
 	{0x16ab, 0x1102, PCI_ANY_ID, PCI_ANY_ID,},	/* Linksys WDT11 */
 	{0x16ec, 0x3685, PCI_ANY_ID, PCI_ANY_ID,},	/* USR 2415 */
+	{0xec80, 0xec00, PCI_ANY_ID, PCI_ANY_ID,}, 	/* Belkin F5D6000
+							   Tested & Working with
+							   Belkin's F5D6020 Prism2 based PCMCIA NIC 
+							   - Brendan W. McAdams <rit@jacked-in.org> */
 	{0,},
 };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Support for Belkin Wireless PCI Adapter (PLX PCI9502 Based) in Kernel >= 2.4.18
  2002-03-19 14:16 [PATCH] Support for Belkin Wireless PCI Adapter (PLX PCI9502 Based) in Kernel >= 2.4.18 Brendan W. McAdams
@ 2002-03-20 23:57 ` David Gibson
  0 siblings, 0 replies; 3+ messages in thread
From: David Gibson @ 2002-03-20 23:57 UTC (permalink / raw)
  To: Brendan W. McAdams; +Cc: linux-kernel, linux-wlan-devel, dan

On Tue, Mar 19, 2002 at 09:16:58AM -0500, Brendan W. McAdams wrote:

> I'm not sure who the current "keeper of the flame" is on
> drivers/net/wireless/orinoco_plx.c so I'm submitting this patch to
> any conceivably appropriate places.

That'd be me.


> This patch adds support to the Linux kernel (tested on 2.4.18,
2.4.19-pre3 and 2.4.19-pre3-ac1) for the Belkin F5D6000 "Wireless
Desktop PCI Network Adapter".  This is a PLX PCI9502 based PCMCIA
adapter that allows 802.11b wireless network cards (mainly Prism2
based, like the Belkin F5D6020) to work on desktop boxen.

Applied.

-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.  -- H.L. Mencken
http://www.ozlabs.org/people/dgibson


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Support for Belkin Wireless PCI Adapter (PLX PCI9502 Based) in Kernel >= 2.4.18
@ 2002-03-19 14:32 Brendan W. McAdams
  0 siblings, 0 replies; 3+ messages in thread
From: Brendan W. McAdams @ 2002-03-19 14:32 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 2202 bytes --]

[I apologize if this sent twice, my kernel list subscription was inactive when i sent
initially so I'm not sure it was sent properly]
I'm not sure who the current "keeper of the flame" is on drivers/net/wireless/
orinoco_plx.c so I'm submitting this patch to any conceivably appropriate
places.

This patch adds support to the Linux kernel (tested on 2.4.18, 2.4.19-pre3 and
2.4.19-pre3-ac1) for the Belkin F5D6000 "Wireless Desktop PCI Network Adapter".
This is a PLX PCI9502 based PCMCIA adapter that allows 802.11b wireless network
cards (mainly Prism2 based, like the Belkin F5D6020) to work on desktop boxen.

This patch would be a great addition to the appropriate packages, including the
Linux kernel as Belkins components tend to be low cost and high quality, as
well as widely available.

The patch contents are basically an addition to orinoco_plx.c so that it
recognizes the IO Addresses of the Belkin F5D6000 and configures it
appropriately.  It is a small patch but it does the trick; I have tested it
extensively on my Linux box in both Managed and Ad-Hoc modes with a Belkin
F5D6020 card.

It has been applied and tested (as aformentioned) against 2.4.18, 2.4.19-pre3
and 2.4.19-pre3-ac1.

I am posting a page at http://www.jacked-in.org/linux/belkin_wireless.php with
more details on this patch and using Belkin's Wireless components with Linux
for those interested.

Patch follows inline & attached:

--- linux/drivers/net/wireless/orinoco_plx.c	Mon Feb 25 14:38:03 2002
+++ linux.bmcadams-patched/drivers/net/wireless/orinoco_plx.c	Mon Mar 18 10:42:
48 2002
@@ -385,6 +385,10 @@
 	{0x16ab, 0x1101, PCI_ANY_ID, PCI_ANY_ID,},	/* Reported working, but unknown
*/
 	{0x16ab, 0x1102, PCI_ANY_ID, PCI_ANY_ID,},	/* Linksys WDT11 */
 	{0x16ec, 0x3685, PCI_ANY_ID, PCI_ANY_ID,},	/* USR 2415 */
+	{0xec80, 0xec00, PCI_ANY_ID, PCI_ANY_ID,}, 	/* Belkin F5D6000
+							   Tested & Working with
+							   Belkin's F5D6020 Prism2 based PCMCIA NIC
+							   - Brendan W. McAdams <rit@jacked-in.org> */
 	{0,},
 };

-----
Brendan W. McAdams
rit@jacked-in.org

"I cannot make my days longer, so I strive to make them better."
- Henry David Thoreau

[-- Attachment #1.2: orinoco_plx-belkin-bmcadams.patch --]
[-- Type: text/plain, Size: 616 bytes --]

--- linux/drivers/net/wireless/orinoco_plx.c	Mon Feb 25 14:38:03 2002
+++ linux.bmcadams-patched/drivers/net/wireless/orinoco_plx.c	Mon Mar 18 10:42:48 2002
@@ -385,6 +385,10 @@
 	{0x16ab, 0x1101, PCI_ANY_ID, PCI_ANY_ID,},	/* Reported working, but unknown */
 	{0x16ab, 0x1102, PCI_ANY_ID, PCI_ANY_ID,},	/* Linksys WDT11 */
 	{0x16ec, 0x3685, PCI_ANY_ID, PCI_ANY_ID,},	/* USR 2415 */
+	{0xec80, 0xec00, PCI_ANY_ID, PCI_ANY_ID,}, 	/* Belkin F5D6000
+							   Tested & Working with
+							   Belkin's F5D6020 Prism2 based PCMCIA NIC 
+							   - Brendan W. McAdams <rit@jacked-in.org> */
 	{0,},
 };
 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-03-20 23:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19 14:16 [PATCH] Support for Belkin Wireless PCI Adapter (PLX PCI9502 Based) in Kernel >= 2.4.18 Brendan W. McAdams
2002-03-20 23:57 ` David Gibson
2002-03-19 14:32 Brendan W. McAdams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®