]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.36.2/ath9k_htc-add-support-for-device-id-3346.patch
Fixes for 5.10
[thirdparty/kernel/stable-queue.git] / releases / 2.6.36.2 / ath9k_htc-add-support-for-device-id-3346.patch
CommitLineData
c06f7f46
GKH
1From ac618d70aeb681df7b77c1107fdf26f3249f855f Mon Sep 17 00:00:00 2001
2From: Haitao Zhang <minipanda@linuxrobot.org>
3Date: Sun, 7 Nov 2010 12:50:24 +0800
4Subject: ath9k_htc: Add support for device ID 3346
5
6From: Haitao Zhang <minipanda@linuxrobot.org>
7
8commit ac618d70aeb681df7b77c1107fdf26f3249f855f upstream.
9
10This patch adds support for USB dongle with device ID 3346 from IMC Networks.
11
12Signed-off-by: Haitao Zhang <minipanda@linuxrobot.org>
13Signed-off-by: John W. Linville <linville@tuxdriver.com>
14Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15
16---
17 drivers/net/wireless/ath/ath9k/hif_usb.c | 1 +
18 1 file changed, 1 insertion(+)
19
20--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
21+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
22@@ -35,6 +35,7 @@ static struct usb_device_id ath9k_hif_us
23 { USB_DEVICE(0x07D1, 0x3A10) }, /* Dlink Wireless 150 */
24 { USB_DEVICE(0x13D3, 0x3327) }, /* Azurewave */
25 { USB_DEVICE(0x13D3, 0x3328) }, /* Azurewave */
26+ { USB_DEVICE(0x13D3, 0x3346) }, /* IMC Networks */
27 { USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
28 { USB_DEVICE(0x083A, 0xA704) }, /* SMC Networks */
29 { },