diff options
author | Masami Ichikawa <masami256@gmail.com> | 2013-08-27 11:37:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-28 13:58:28 -0400 |
commit | 708ff0835343c0696e69888943be05efd12fe7c6 (patch) | |
tree | 2829f087f9071abf824792bdefbefca5174fc8b6 /drivers/net/wireless/rt2x00/rt2800usb.c | |
parent | 27251e0087598befb39599eb3dd2a3c59bce2fb9 (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800usb.c')
-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[] = { | |||
971 | { USB_DEVICE(0x0411, 0x016f) }, | 971 | { USB_DEVICE(0x0411, 0x016f) }, |
972 | { USB_DEVICE(0x0411, 0x01a2) }, | 972 | { USB_DEVICE(0x0411, 0x01a2) }, |
973 | { USB_DEVICE(0x0411, 0x01ee) }, | 973 | { USB_DEVICE(0x0411, 0x01ee) }, |
974 | { USB_DEVICE(0x0411, 0x01a8) }, | ||
974 | /* Corega */ | 975 | /* Corega */ |
975 | { USB_DEVICE(0x07aa, 0x002f) }, | 976 | { USB_DEVICE(0x07aa, 0x002f) }, |
976 | { USB_DEVICE(0x07aa, 0x003c) }, | 977 | { USB_DEVICE(0x07aa, 0x003c) }, |