提交 12b66398 编写于 作者: X Xose Vazquez Perez 提交者: John W. Linville

wireless: rt2x00: rt2800usb add Sweex ids

Info coming from Sweex Windows driver and wikidevi.com
0x177f,0x0163 Sweex LW163 RT3370 1x1, int. antenna
0x177f,0x0164 Sweex LW164 RT8070 1x1, Nano dongle
0x177f,0x0165 Sweex LW165 RT3370 1x1, ext. antenna
0x177f,0x0324 Sweex LW324 RT3072 2x2  with 32Mb NOR flash, autoinstall

Cc: Ivo van Doorn <IvDoorn@gmail.com>
Cc: Gertjan van Wingerde <gwingerde@gmail.com>
Cc: Helmut Schaa <helmut.schaa@googlemail.com>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: users@rt2x00.serialmonkey.com
Cc: linux-wireless@vger.kernel.org
Signed-off-by: NXose Vazquez Perez <xose.vazquez@gmail.com>
Acked-by: NGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 e9a4aa3b
...@@ -1099,9 +1099,11 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -1099,9 +1099,11 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x15a9, 0x0006) }, { USB_DEVICE(0x15a9, 0x0006) },
/* Sweex */ /* Sweex */
{ USB_DEVICE(0x177f, 0x0153) }, { USB_DEVICE(0x177f, 0x0153) },
{ USB_DEVICE(0x177f, 0x0164) },
{ USB_DEVICE(0x177f, 0x0302) }, { USB_DEVICE(0x177f, 0x0302) },
{ USB_DEVICE(0x177f, 0x0313) }, { USB_DEVICE(0x177f, 0x0313) },
{ USB_DEVICE(0x177f, 0x0323) }, { USB_DEVICE(0x177f, 0x0323) },
{ USB_DEVICE(0x177f, 0x0324) },
/* U-Media */ /* U-Media */
{ USB_DEVICE(0x157e, 0x300e) }, { USB_DEVICE(0x157e, 0x300e) },
{ USB_DEVICE(0x157e, 0x3013) }, { USB_DEVICE(0x157e, 0x3013) },
...@@ -1133,6 +1135,9 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -1133,6 +1135,9 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x148f, 0x8070) }, { USB_DEVICE(0x148f, 0x8070) },
/* Sitecom */ /* Sitecom */
{ USB_DEVICE(0x0df6, 0x0050) }, { USB_DEVICE(0x0df6, 0x0050) },
/* Sweex */
{ USB_DEVICE(0x177f, 0x0163) },
{ USB_DEVICE(0x177f, 0x0165) },
#endif #endif
#ifdef CONFIG_RT2800USB_RT35XX #ifdef CONFIG_RT2800USB_RT35XX
/* Allwin */ /* Allwin */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册