]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.c
authorJaume Delclòs <jaume@delclos.com>
Fri, 2 Nov 2012 22:35:20 +0000 (23:35 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 20 Feb 2013 03:15:27 +0000 (03:15 +0000)
commit 36f318bb124b231c01db6965a009f46d5731f012 upstream.

This patch adds detection for the Sweex LW323 USB wireless network card
in the rt2x00 driver (just one line in rt2800usb.c).
It applies to linux-3.7-rc3.

Signed-off-by: Jaume Delclòs <jaume@delclos.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/wireless/rt2x00/rt2800usb.c

index b66a61b11ffa17af8886e6883f402ce0edaafdcc..91750d322d15afe795befb7fc8262f539ad9a43e 100644 (file)
@@ -1090,6 +1090,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
        { USB_DEVICE(0x177f, 0x0153) },
        { USB_DEVICE(0x177f, 0x0302) },
        { USB_DEVICE(0x177f, 0x0313) },
+       { USB_DEVICE(0x177f, 0x0323) },
        /* U-Media */
        { USB_DEVICE(0x157e, 0x300e) },
        { USB_DEVICE(0x157e, 0x3013) },