Commit 6cf299fa authored by Jeongdo Son's avatar Jeongdo Son Committed by Ben Hutchings

rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.

commit a769f957 upstream.

This is a RT3070 based device.
Signed-off-by: default avatarJeongdo Son <sohn9086@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 38aa8510
...@@ -925,6 +925,7 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -925,6 +925,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x0411, 0x015d) }, { USB_DEVICE(0x0411, 0x015d) },
{ USB_DEVICE(0x0411, 0x016f) }, { USB_DEVICE(0x0411, 0x016f) },
{ USB_DEVICE(0x0411, 0x01a2) }, { USB_DEVICE(0x0411, 0x01a2) },
{ USB_DEVICE(0x0411, 0x01ee) },
/* Corega */ /* Corega */
{ USB_DEVICE(0x07aa, 0x002f) }, { USB_DEVICE(0x07aa, 0x002f) },
{ USB_DEVICE(0x07aa, 0x003c) }, { USB_DEVICE(0x07aa, 0x003c) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment