diff options
| author | Gertjan van Wingerde <gwingerde@gmail.com> | 2011-11-12 13:10:43 -0500 |
|---|---|---|
| committer | Luis Henriques <luis.henriques@canonical.com> | 2012-05-01 06:00:18 -0400 |
| commit | 9e089fe4e5b3e05c0be28c70598ecdc6bbec658d (patch) | |
| tree | 831bad9e0bd985a4f8a74c8dd1aa7c79122a50f1 /drivers/net/wireless | |
| parent | bb33ee6adffd0b38d59572f256c2badd4c39b9bb (diff) | |
rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP.
BugLink: http://bugs.launchpad.net/bugs/990544
commit c18b7806e4f3373b2f296a65fb19251a3b49a532 upstream.
This is reported to be an RT3070 based device.
Reported-by: Teika Kazura <teika@lavabit.com>
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'drivers/net/wireless')
| -rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 8a33a7f9cd2..77fd561e98d 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
| @@ -824,6 +824,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
| 824 | { USB_DEVICE(0x050d, 0x935b) }, | 824 | { USB_DEVICE(0x050d, 0x935b) }, |
| 825 | /* Buffalo */ | 825 | /* Buffalo */ |
| 826 | { USB_DEVICE(0x0411, 0x00e8) }, | 826 | { USB_DEVICE(0x0411, 0x00e8) }, |
| 827 | { USB_DEVICE(0x0411, 0x0158) }, | ||
| 827 | { USB_DEVICE(0x0411, 0x016f) }, | 828 | { USB_DEVICE(0x0411, 0x016f) }, |
| 828 | { USB_DEVICE(0x0411, 0x01a2) }, | 829 | { USB_DEVICE(0x0411, 0x01a2) }, |
| 829 | /* Corega */ | 830 | /* Corega */ |
