projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa679c3
)
p54usb: Add device ID for Dell WLA3310 USB
author
Jason Dravet
<
[email protected]
>
Sat, 5 Jun 2010 20:08:29 +0000
(15:08 -0500)
committer
John W. Linville
<
[email protected]
>
Mon, 7 Jun 2010 18:42:52 +0000
(14:42 -0400)
Add Dell WLA3310 USB wireless card, which has a Z-Com XG-705A chipset, to the
USB Ids in p54usb.
Signed-off-by: Jason Dravet <
[email protected]
>
Tested-by: Richard Gregory Tillmore <
[email protected]
>
Signed-off-by: Larry Finger <
[email protected]
>
Acked-by: Christian Lamparter <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/p54/p54usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/p54/p54usb.c
b/drivers/net/wireless/p54/p54usb.c
index d5b197b4d5bb492ac70c8e2a98297a2e82e5e356..73073259f50814b36ab947e4fd58fc6293e6f459 100644
(file)
--- a/
drivers/net/wireless/p54/p54usb.c
+++ b/
drivers/net/wireless/p54/p54usb.c
@@
-80,6
+80,7
@@
static struct usb_device_id p54u_table[] __devinitdata = {
{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 */
{}