]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
carl9170: add Airlive X.USB a/b/g/n USBID
authorJan Puk <janpuk@volny.cz>
Tue, 22 Feb 2011 13:49:43 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 23:05:25 +0000 (15:05 -0800)
commit c86664e5a285af1afa06416e450e7c4af04daa7c upstream.

"AirLive X.USB now works perfectly under a Linux
environment!"

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/carl9170/usb.c

index 7504ed14c72575a7befb91b0c0d9dd2684660af9..7f8eb318c3988c36bcc223513fe7d9640d24e16c 100644 (file)
@@ -118,6 +118,8 @@ static struct usb_device_id carl9170_usb_ids[] = {
        { USB_DEVICE(0x057c, 0x8402) },
        /* Qwest/Actiontec 802AIN Wireless N USB Network Adapter */
        { USB_DEVICE(0x1668, 0x1200) },
+       /* Airlive X.USB a/b/g/n */
+       { USB_DEVICE(0x1b75, 0x9170) },
 
        /* terminate */
        {}