OSDN Git Service

rt2x00: Add rt2870 device id for Dvico usb key
authorAnthony Bourguignon <contact+kernel@toniob.net>
Fri, 5 Aug 2011 05:46:32 +0000 (07:46 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 9 Aug 2011 20:11:33 +0000 (16:11 -0400)
This patch add a device id for the wifi usb keys shiped by DVICO with
some of their tvix hardware.

Signed-off-by: Anthony Bourguignon <contact+kernel@toniob.net>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800usb.c

index 5075593..9395631 100644 (file)
@@ -921,6 +921,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
        { USB_DEVICE(0x07d1, 0x3c16) },
        /* Draytek */
        { USB_DEVICE(0x07fa, 0x7712) },
+       /* DVICO */
+       { USB_DEVICE(0x0fe9, 0xb307) },
        /* Edimax */
        { USB_DEVICE(0x7392, 0x7711) },
        { USB_DEVICE(0x7392, 0x7717) },