aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800usb.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-12-27 13:22:51 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-01-04 14:30:47 -0500
commit3f81f8f1524ccca24df1029b0cf825ecef5e5cdc (patch)
tree8fc5ba93638724e83b96a76deddb03680ac090e3 /drivers/net/wireless/rt2x00/rt2800usb.c
parent30fa904724b9c7737264e2eada7f16afc8deee79 (diff)
rt2800usb: Move ID out of unknown
Testing on the openSUSE wireless forum has shown that a Linksys WUSB54GC v3 with USB ID 1737:0077 works with rt2800usb when the ID is written to /sys/.../new_id. This ID can therefore be moved out of UNKNOWN. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800usb.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2800usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 7d1b6e4ef07..486fd4994ae 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -976,6 +976,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
976 { USB_DEVICE(0x13b1, 0x0031) }, 976 { USB_DEVICE(0x13b1, 0x0031) },
977 { USB_DEVICE(0x1737, 0x0070) }, 977 { USB_DEVICE(0x1737, 0x0070) },
978 { USB_DEVICE(0x1737, 0x0071) }, 978 { USB_DEVICE(0x1737, 0x0071) },
979 { USB_DEVICE(0x1737, 0x0077) },
979 /* Logitec */ 980 /* Logitec */
980 { USB_DEVICE(0x0789, 0x0162) }, 981 { USB_DEVICE(0x0789, 0x0162) },
981 { USB_DEVICE(0x0789, 0x0163) }, 982 { USB_DEVICE(0x0789, 0x0163) },
@@ -1173,7 +1174,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
1173 { USB_DEVICE(0x1740, 0x0605) }, 1174 { USB_DEVICE(0x1740, 0x0605) },
1174 { USB_DEVICE(0x1740, 0x0615) }, 1175 { USB_DEVICE(0x1740, 0x0615) },
1175 /* Linksys */ 1176 /* Linksys */
1176 { USB_DEVICE(0x1737, 0x0077) },
1177 { USB_DEVICE(0x1737, 0x0078) }, 1177 { USB_DEVICE(0x1737, 0x0078) },
1178 /* Logitec */ 1178 /* Logitec */
1179 { USB_DEVICE(0x0789, 0x0168) }, 1179 { USB_DEVICE(0x0789, 0x0168) },