linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] p54usb: Add device ID for Dell WLA3310 USB
@ 2010-06-05 20:08 Larry Finger
  2010-06-05 20:30 ` Christian Lamparter
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2010-06-05 20:08 UTC (permalink / raw)
  To: John W Linville, chunkeey; +Cc: dravet, linux-wireless

From: Jason Dravet <dravet@hotmail.com>

Add Dell WLA3310 USB wireless card, which has a Z-Com XG-705A chipset, to the
USB Ids in p54usc.

Signed-off-by: Jason Dravet <dravet@hotmail.com>
Tested-by: Richard Gregory Tillmore <rtillmore@gmail.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

John,

Please submit this update for 2.6.35.

Jason reports "The only problem I see is the LED light goes on when I plug
the card in and it goes out when I get a dhcp address (dhclient).  The LED
doesn't flicker when I ping the router either. The other funny thing it has
two LEDs, one on top and one on the bottom. It appears they do the same thing
i.e. they are both on or both off." From this I conclude that this driver may
need some additional tweaking to support LEDs, but that is of secondary
importance.

Larry
---

Index: wireless-testing/drivers/net/wireless/p54/p54usb.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/p54/p54usb.c
+++ wireless-testing/drivers/net/wireless/p54/p54usb.c
@@ -80,6 +80,7 @@ static struct usb_device_id p54u_table[]
 	{USB_DEVICE(0x1413, 0x5400)},   /* Telsey 802.11g USB2.0 Adapter */
 	{USB_DEVICE(0x1435, 0x0427)},	/* Inventel UR054G */
 	{USB_DEVICE(0x2001, 0x3704)},	/* DLink DWL-G122 rev A2 */
+	{USB_DEVICE(0x413c, 0x5513)},	/* Dell WLA3310 USB Wireless Adapter */
 	{USB_DEVICE(0x413c, 0x8102)},	/* Spinnaker DUT */
 	{USB_DEVICE(0x413c, 0x8104)},	/* Cohiba Proto board */
 	{}

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

* Re: [PATCH] p54usb: Add device ID for Dell WLA3310 USB
  2010-06-05 20:08 [PATCH] p54usb: Add device ID for Dell WLA3310 USB Larry Finger
@ 2010-06-05 20:30 ` Christian Lamparter
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Lamparter @ 2010-06-05 20:30 UTC (permalink / raw)
  To: Larry Finger; +Cc: John W Linville, dravet, linux-wireless

On Saturday 05 June 2010 22:08:29 Larry Finger wrote:
> From: Jason Dravet <dravet@hotmail.com>
> 
> Add Dell WLA3310 USB wireless card, which is based on
> Z-Com XG-705A and has an ISL3887 chipset, to the USB Ids
> in p54usb.
> 
> Signed-off-by: Jason Dravet <dravet@hotmail.com>
> Tested-by: Richard Gregory Tillmore <rtillmore@gmail.com>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Cc: <stable@kernel.org>

> ---
> 
> Index: wireless-testing/drivers/net/wireless/p54/p54usb.c
> ===================================================================
> --- wireless-testing.orig/drivers/net/wireless/p54/p54usb.c
> +++ wireless-testing/drivers/net/wireless/p54/p54usb.c
> @@ -80,6 +80,7 @@ static struct usb_device_id p54u_table[]
>  	{USB_DEVICE(0x1413, 0x5400)},   /* Telsey 802.11g USB2.0 Adapter */
>  	{USB_DEVICE(0x1435, 0x0427)},	/* Inventel UR054G */
>  	{USB_DEVICE(0x2001, 0x3704)},	/* DLink DWL-G122 rev A2 */
> +	{USB_DEVICE(0x413c, 0x5513)},	/* Dell WLA3310 USB Wireless Adapter */
>  	{USB_DEVICE(0x413c, 0x8102)},	/* Spinnaker DUT */
>  	{USB_DEVICE(0x413c, 0x8104)},	/* Cohiba Proto board */
>  	{}
> 

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

end of thread, other threads:[~2010-06-05 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 20:08 [PATCH] p54usb: Add device ID for Dell WLA3310 USB Larry Finger
2010-06-05 20:30 ` Christian Lamparter

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).