diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2009-05-21 13:16:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-22 14:06:04 -0400 |
commit | 3b91c3604d000205fb4e56b5ddd6b77b22ad4689 (patch) | |
tree | 0e20feb52ed177140b96e7daf8d2376449f3510d /drivers/net/wireless/rt2x00/rt2800usb.c | |
parent | 9839178e92bf205728c754aeb1933f631a9962d9 (diff) |
rt2x00: Add new rt2800usb USB ID's for Sweex
The USB ID with unknown manufacturer is apparently sweex,
copy it to the correct location of the list and add 2
additional USB ID's also belonging to Sweex.
Signed-off-by: Ivo van Doorn <IvDoorn@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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index f11e5970e649..aae7aa72bf06 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -2881,8 +2881,6 @@ static const struct rt2x00_ops rt2800usb_ops = { | |||
2881 | * rt2800usb module information. | 2881 | * rt2800usb module information. |
2882 | */ | 2882 | */ |
2883 | static struct usb_device_id rt2800usb_device_table[] = { | 2883 | static struct usb_device_id rt2800usb_device_table[] = { |
2884 | /* ??? */ | ||
2885 | { USB_DEVICE(0x177f, 0x0302), USB_DEVICE_DATA(&rt2800usb_ops) }, | ||
2886 | /* Abocom */ | 2884 | /* Abocom */ |
2887 | { USB_DEVICE(0x07b8, 0x2870), USB_DEVICE_DATA(&rt2800usb_ops) }, | 2885 | { USB_DEVICE(0x07b8, 0x2870), USB_DEVICE_DATA(&rt2800usb_ops) }, |
2888 | { USB_DEVICE(0x07b8, 0x2770), USB_DEVICE_DATA(&rt2800usb_ops) }, | 2886 | { USB_DEVICE(0x07b8, 0x2770), USB_DEVICE_DATA(&rt2800usb_ops) }, |
@@ -3027,6 +3025,10 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
3027 | { USB_DEVICE(0x083a, 0xc522), USB_DEVICE_DATA(&rt2800usb_ops) }, | 3025 | { USB_DEVICE(0x083a, 0xc522), USB_DEVICE_DATA(&rt2800usb_ops) }, |
3028 | /* Sparklan */ | 3026 | /* Sparklan */ |
3029 | { USB_DEVICE(0x15a9, 0x0006), USB_DEVICE_DATA(&rt2800usb_ops) }, | 3027 | { USB_DEVICE(0x15a9, 0x0006), USB_DEVICE_DATA(&rt2800usb_ops) }, |
3028 | /* Sweex */ | ||
3029 | { USB_DEVICE(0x177f, 0x0153), USB_DEVICE_DATA(&rt2800usb_ops) }, | ||
3030 | { USB_DEVICE(0x177f, 0x0302), USB_DEVICE_DATA(&rt2800usb_ops) }, | ||
3031 | { USB_DEVICE(0x177f, 0x0313), USB_DEVICE_DATA(&rt2800usb_ops) }, | ||
3030 | /* U-Media*/ | 3032 | /* U-Media*/ |
3031 | { USB_DEVICE(0x157e, 0x300e), USB_DEVICE_DATA(&rt2800usb_ops) }, | 3033 | { USB_DEVICE(0x157e, 0x300e), USB_DEVICE_DATA(&rt2800usb_ops) }, |
3032 | /* ZCOM */ | 3034 | /* ZCOM */ |