]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ath9k_htc: Update usb device ID list
authorRajkumar Manoharan <rmanoharan@atheros.com>
Wed, 10 Nov 2010 12:21:24 +0000 (17:51 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 16 Nov 2010 20:59:38 +0000 (15:59 -0500)
Added new VID/PIDs into supported devices list

Cc: stable@kernel.org
Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hif_usb.c

index f7ec31b4ddd3a9af801dcb8211763f21e6ab7e09..0e1227769e9f21e4cf1e73f06324ce0964f16243 100644 (file)
@@ -36,8 +36,13 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
        { USB_DEVICE(0x13D3, 0x3327) }, /* Azurewave */
        { USB_DEVICE(0x13D3, 0x3328) }, /* Azurewave */
        { USB_DEVICE(0x13D3, 0x3346) }, /* IMC Networks */
+       { USB_DEVICE(0x13D3, 0x3348) }, /* Azurewave */
+       { USB_DEVICE(0x13D3, 0x3349) }, /* Azurewave */
+       { USB_DEVICE(0x13D3, 0x3350) }, /* Azurewave */
        { USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
        { USB_DEVICE(0x083A, 0xA704) }, /* SMC Networks */
+       { USB_DEVICE(0x040D, 0x3801) }, /* VIA */
+       { USB_DEVICE(0x1668, 0x1200) }, /* Verizon */
        { },
 };