diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2011-04-18 09:32:33 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-19 15:39:48 -0400 |
commit | 87a3b89f34fb20f644b42fa57d579b1f2833fd4d (patch) | |
tree | fddfe00e40e578d12e8a4f61fa3395128efc808e /drivers/net/wireless/rt2x00/rt2800usb.c | |
parent | e01ae27f8ce6bd3ee26ef33c704f62449ce8233b (diff) |
rt2x00: Add USB IDs.
Add USB IDs that are listed in the latest Ralink Windows and/or Linux drivers.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
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 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 6f7c16174575..fd8aa997fd2a 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -775,6 +775,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
775 | { USB_DEVICE(0x07b8, 0x3072) }, | 775 | { USB_DEVICE(0x07b8, 0x3072) }, |
776 | { USB_DEVICE(0x1482, 0x3c09) }, | 776 | { USB_DEVICE(0x1482, 0x3c09) }, |
777 | /* AirTies */ | 777 | /* AirTies */ |
778 | { USB_DEVICE(0x1eda, 0x2012) }, | ||
778 | { USB_DEVICE(0x1eda, 0x2310) }, | 779 | { USB_DEVICE(0x1eda, 0x2310) }, |
779 | /* Allwin */ | 780 | /* Allwin */ |
780 | { USB_DEVICE(0x8516, 0x2070) }, | 781 | { USB_DEVICE(0x8516, 0x2070) }, |
@@ -933,6 +934,8 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
933 | { USB_DEVICE(0x0df6, 0x0042) }, | 934 | { USB_DEVICE(0x0df6, 0x0042) }, |
934 | { USB_DEVICE(0x0df6, 0x0047) }, | 935 | { USB_DEVICE(0x0df6, 0x0047) }, |
935 | { USB_DEVICE(0x0df6, 0x0048) }, | 936 | { USB_DEVICE(0x0df6, 0x0048) }, |
937 | { USB_DEVICE(0x0df6, 0x0051) }, | ||
938 | { USB_DEVICE(0x0df6, 0x005f) }, | ||
936 | /* SMC */ | 939 | /* SMC */ |
937 | { USB_DEVICE(0x083a, 0x6618) }, | 940 | { USB_DEVICE(0x083a, 0x6618) }, |
938 | { USB_DEVICE(0x083a, 0x7511) }, | 941 | { USB_DEVICE(0x083a, 0x7511) }, |
@@ -963,6 +966,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
963 | { USB_DEVICE(0x0586, 0x3416) }, | 966 | { USB_DEVICE(0x0586, 0x3416) }, |
964 | { USB_DEVICE(0x0586, 0x3418) }, | 967 | { USB_DEVICE(0x0586, 0x3418) }, |
965 | { USB_DEVICE(0x0586, 0x341e) }, | 968 | { USB_DEVICE(0x0586, 0x341e) }, |
969 | { USB_DEVICE(0x0586, 0x343e) }, | ||
966 | #ifdef CONFIG_RT2800USB_RT33XX | 970 | #ifdef CONFIG_RT2800USB_RT33XX |
967 | /* Ralink */ | 971 | /* Ralink */ |
968 | { USB_DEVICE(0x148f, 0x3370) }, | 972 | { USB_DEVICE(0x148f, 0x3370) }, |
@@ -998,6 +1002,9 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
998 | * Unclear what kind of devices these are (they aren't supported by the | 1002 | * Unclear what kind of devices these are (they aren't supported by the |
999 | * vendor linux driver). | 1003 | * vendor linux driver). |
1000 | */ | 1004 | */ |
1005 | /* Abocom */ | ||
1006 | { USB_DEVICE(0x07b8, 0x3073) }, | ||
1007 | { USB_DEVICE(0x07b8, 0x3074) }, | ||
1001 | /* Alpha Networks */ | 1008 | /* Alpha Networks */ |
1002 | { USB_DEVICE(0x14b2, 0x3c08) }, | 1009 | { USB_DEVICE(0x14b2, 0x3c08) }, |
1003 | { USB_DEVICE(0x14b2, 0x3c11) }, | 1010 | { USB_DEVICE(0x14b2, 0x3c11) }, |
@@ -1005,14 +1012,17 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1005 | { USB_DEVICE(0x0e0b, 0x9031) }, | 1012 | { USB_DEVICE(0x0e0b, 0x9031) }, |
1006 | { USB_DEVICE(0x0e0b, 0x9041) }, | 1013 | { USB_DEVICE(0x0e0b, 0x9041) }, |
1007 | /* ASUS */ | 1014 | /* ASUS */ |
1015 | { USB_DEVICE(0x0b05, 0x166a) }, | ||
1008 | { USB_DEVICE(0x0b05, 0x1760) }, | 1016 | { USB_DEVICE(0x0b05, 0x1760) }, |
1009 | { USB_DEVICE(0x0b05, 0x1761) }, | 1017 | { USB_DEVICE(0x0b05, 0x1761) }, |
1010 | { USB_DEVICE(0x0b05, 0x1790) }, | 1018 | { USB_DEVICE(0x0b05, 0x1790) }, |
1019 | { USB_DEVICE(0x0b05, 0x179d) }, | ||
1011 | /* AzureWave */ | 1020 | /* AzureWave */ |
1012 | { USB_DEVICE(0x13d3, 0x3262) }, | 1021 | { USB_DEVICE(0x13d3, 0x3262) }, |
1013 | { USB_DEVICE(0x13d3, 0x3284) }, | 1022 | { USB_DEVICE(0x13d3, 0x3284) }, |
1014 | { USB_DEVICE(0x13d3, 0x3322) }, | 1023 | { USB_DEVICE(0x13d3, 0x3322) }, |
1015 | /* Belkin */ | 1024 | /* Belkin */ |
1025 | { USB_DEVICE(0x050d, 0x1003) }, | ||
1016 | { USB_DEVICE(0x050d, 0x825a) }, | 1026 | { USB_DEVICE(0x050d, 0x825a) }, |
1017 | /* Buffalo */ | 1027 | /* Buffalo */ |
1018 | { USB_DEVICE(0x0411, 0x012e) }, | 1028 | { USB_DEVICE(0x0411, 0x012e) }, |
@@ -1028,20 +1038,29 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1028 | { USB_DEVICE(0x07d1, 0x3c13) }, | 1038 | { USB_DEVICE(0x07d1, 0x3c13) }, |
1029 | { USB_DEVICE(0x07d1, 0x3c15) }, | 1039 | { USB_DEVICE(0x07d1, 0x3c15) }, |
1030 | { USB_DEVICE(0x07d1, 0x3c17) }, | 1040 | { USB_DEVICE(0x07d1, 0x3c17) }, |
1041 | { USB_DEVICE(0x2001, 0x3c17) }, | ||
1031 | /* Edimax */ | 1042 | /* Edimax */ |
1032 | { USB_DEVICE(0x7392, 0x4085) }, | 1043 | { USB_DEVICE(0x7392, 0x4085) }, |
1044 | { USB_DEVICE(0x7392, 0x7722) }, | ||
1033 | /* Encore */ | 1045 | /* Encore */ |
1034 | { USB_DEVICE(0x203d, 0x14a1) }, | 1046 | { USB_DEVICE(0x203d, 0x14a1) }, |
1035 | /* Gemtek */ | 1047 | /* Gemtek */ |
1036 | { USB_DEVICE(0x15a9, 0x0010) }, | 1048 | { USB_DEVICE(0x15a9, 0x0010) }, |
1037 | /* Gigabyte */ | 1049 | /* Gigabyte */ |
1038 | { USB_DEVICE(0x1044, 0x800c) }, | 1050 | { USB_DEVICE(0x1044, 0x800c) }, |
1051 | /* Huawei */ | ||
1052 | { USB_DEVICE(0x148f, 0xf101) }, | ||
1053 | /* I-O DATA */ | ||
1054 | { USB_DEVICE(0x04bb, 0x094b) }, | ||
1039 | /* LevelOne */ | 1055 | /* LevelOne */ |
1040 | { USB_DEVICE(0x1740, 0x0605) }, | 1056 | { USB_DEVICE(0x1740, 0x0605) }, |
1041 | { USB_DEVICE(0x1740, 0x0615) }, | 1057 | { USB_DEVICE(0x1740, 0x0615) }, |
1042 | /* Linksys */ | 1058 | /* Linksys */ |
1043 | { USB_DEVICE(0x1737, 0x0077) }, | 1059 | { USB_DEVICE(0x1737, 0x0077) }, |
1044 | { USB_DEVICE(0x1737, 0x0078) }, | 1060 | { USB_DEVICE(0x1737, 0x0078) }, |
1061 | /* Logitec */ | ||
1062 | { USB_DEVICE(0x0789, 0x0168) }, | ||
1063 | { USB_DEVICE(0x0789, 0x0169) }, | ||
1045 | /* Motorola */ | 1064 | /* Motorola */ |
1046 | { USB_DEVICE(0x100d, 0x9032) }, | 1065 | { USB_DEVICE(0x100d, 0x9032) }, |
1047 | /* Ovislink */ | 1066 | /* Ovislink */ |
@@ -1056,6 +1075,15 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1056 | { USB_DEVICE(0x2019, 0xab24) }, | 1075 | { USB_DEVICE(0x2019, 0xab24) }, |
1057 | /* Qcom */ | 1076 | /* Qcom */ |
1058 | { USB_DEVICE(0x18e8, 0x6259) }, | 1077 | { USB_DEVICE(0x18e8, 0x6259) }, |
1078 | /* RadioShack */ | ||
1079 | { USB_DEVICE(0x08b9, 0x1197) }, | ||
1080 | /* Sitecom */ | ||
1081 | { USB_DEVICE(0x0df6, 0x003c) }, | ||
1082 | { USB_DEVICE(0x0df6, 0x004a) }, | ||
1083 | { USB_DEVICE(0x0df6, 0x004d) }, | ||
1084 | { USB_DEVICE(0x0df6, 0x0053) }, | ||
1085 | { USB_DEVICE(0x0df6, 0x0060) }, | ||
1086 | { USB_DEVICE(0x0df6, 0x0062) }, | ||
1059 | /* SMC */ | 1087 | /* SMC */ |
1060 | { USB_DEVICE(0x083a, 0xa512) }, | 1088 | { USB_DEVICE(0x083a, 0xa512) }, |
1061 | { USB_DEVICE(0x083a, 0xc522) }, | 1089 | { USB_DEVICE(0x083a, 0xc522) }, |