diff options
author | Alan Cox <alan@linux.intel.com> | 2011-12-19 16:07:33 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-21 15:06:10 -0500 |
commit | 3ac44670ad0fca8b6c43b3e4d8494c67c419f494 (patch) | |
tree | 1a9c500f1b9ab398d8d0ac992a788bce10d4cb50 | |
parent | afbca95f95f2bf7283a72670c24c1f6de00b1cb5 (diff) |
rt2800: Add support for the Fujitsu Stylistic Q550
Just another USB identifier.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 377876315b8d..7d1b6e4ef078 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -1159,6 +1159,8 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1159 | { USB_DEVICE(0x7392, 0x7722) }, | 1159 | { USB_DEVICE(0x7392, 0x7722) }, |
1160 | /* Encore */ | 1160 | /* Encore */ |
1161 | { USB_DEVICE(0x203d, 0x14a1) }, | 1161 | { USB_DEVICE(0x203d, 0x14a1) }, |
1162 | /* Fujitsu Stylistic 550 */ | ||
1163 | { USB_DEVICE(0x1690, 0x0761) }, | ||
1162 | /* Gemtek */ | 1164 | /* Gemtek */ |
1163 | { USB_DEVICE(0x15a9, 0x0010) }, | 1165 | { USB_DEVICE(0x15a9, 0x0010) }, |
1164 | /* Gigabyte */ | 1166 | /* Gigabyte */ |