diff options
author | Masami Ichikawa <masami256@gmail.com> | 2013-08-28 00:37:23 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-28 13:58:28 -0400 |
commit | 708ff0835343c0696e69888943be05efd12fe7c6 (patch) | |
tree | 2829f087f9071abf824792bdefbefca5174fc8b6 | |
parent | 27251e0087598befb39599eb3dd2a3c59bce2fb9 (diff) | |
download | linux-708ff0835343c0696e69888943be05efd12fe7c6.tar.bz2 |
rt2800usb: Add WLI-UC-G300HP's Product ID.
Support Bufallo WLI-UC-G300HP.
Signed-off-by: Masami Ichikawa <masami256@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-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 338034e18243..96961b9a395c 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c @@ -971,6 +971,7 @@ static struct usb_device_id rt2800usb_device_table[] = { { USB_DEVICE(0x0411, 0x016f) }, { USB_DEVICE(0x0411, 0x01a2) }, { USB_DEVICE(0x0411, 0x01ee) }, + { USB_DEVICE(0x0411, 0x01a8) }, /* Corega */ { USB_DEVICE(0x07aa, 0x002f) }, { USB_DEVICE(0x07aa, 0x003c) }, |