diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-06-12 14:25:04 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-12 14:25:04 -0400 |
commit | 0440507bbc44149e63bbfb9df730ba3820371904 (patch) | |
tree | 7275e41aa1aa7e4d19d0503f1c15f07991c1a120 /drivers/net/wireless/rt2x00/rt2800usb.c | |
parent | 8d242488ce4627dd7e6333caab56df11ea25e239 (diff) | |
parent | 7f0d9f430dc99303558adc30a75eef10c43f7bec (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800usb.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index bf78317a6adb..20a504072895 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -1137,6 +1137,8 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1137 | #ifdef CONFIG_RT2800USB_RT33XX | 1137 | #ifdef CONFIG_RT2800USB_RT33XX |
1138 | /* Belkin */ | 1138 | /* Belkin */ |
1139 | { USB_DEVICE(0x050d, 0x945b) }, | 1139 | { USB_DEVICE(0x050d, 0x945b) }, |
1140 | /* D-Link */ | ||
1141 | { USB_DEVICE(0x2001, 0x3c17) }, | ||
1140 | /* Panasonic */ | 1142 | /* Panasonic */ |
1141 | { USB_DEVICE(0x083a, 0xb511) }, | 1143 | { USB_DEVICE(0x083a, 0xb511) }, |
1142 | /* Philips */ | 1144 | /* Philips */ |
@@ -1237,7 +1239,6 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1237 | /* D-Link */ | 1239 | /* D-Link */ |
1238 | { USB_DEVICE(0x07d1, 0x3c0b) }, | 1240 | { USB_DEVICE(0x07d1, 0x3c0b) }, |
1239 | { USB_DEVICE(0x07d1, 0x3c17) }, | 1241 | { USB_DEVICE(0x07d1, 0x3c17) }, |
1240 | { USB_DEVICE(0x2001, 0x3c17) }, | ||
1241 | /* Encore */ | 1242 | /* Encore */ |
1242 | { USB_DEVICE(0x203d, 0x14a1) }, | 1243 | { USB_DEVICE(0x203d, 0x14a1) }, |
1243 | /* Gemtek */ | 1244 | /* Gemtek */ |