diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-02-18 11:26:19 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-02-18 12:54:20 -0500 |
commit | 0b8800623d3f12dd40a039aa191d52bfa4eef5b4 (patch) | |
tree | f4cd9174625d01fbe2e9506d0771c18c9ee09019 /drivers/bluetooth/ath3k.c | |
parent | b075dd40c95d11c2c8690f6c4d6232fc0d9e7f56 (diff) |
Bluetooth: sort the list of IDs in the source code
This will help to manage table of supported IDs.
There is no functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 41ec6f9a8252..fc93ade5fcac 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -62,52 +62,52 @@ static const struct usb_device_id ath3k_table[] = { | |||
62 | { USB_DEVICE(0x0CF3, 0x3000) }, | 62 | { USB_DEVICE(0x0CF3, 0x3000) }, |
63 | 63 | ||
64 | /* Atheros AR3011 with sflash firmware*/ | 64 | /* Atheros AR3011 with sflash firmware*/ |
65 | { USB_DEVICE(0x0489, 0xE027) }, | ||
66 | { USB_DEVICE(0x0489, 0xE03D) }, | ||
67 | { USB_DEVICE(0x0930, 0x0215) }, | ||
65 | { USB_DEVICE(0x0CF3, 0x3002) }, | 68 | { USB_DEVICE(0x0CF3, 0x3002) }, |
66 | { USB_DEVICE(0x0CF3, 0xE019) }, | 69 | { USB_DEVICE(0x0CF3, 0xE019) }, |
67 | { USB_DEVICE(0x13d3, 0x3304) }, | 70 | { USB_DEVICE(0x13d3, 0x3304) }, |
68 | { USB_DEVICE(0x0930, 0x0215) }, | ||
69 | { USB_DEVICE(0x0489, 0xE03D) }, | ||
70 | { USB_DEVICE(0x0489, 0xE027) }, | ||
71 | 71 | ||
72 | /* Atheros AR9285 Malbec with sflash firmware */ | 72 | /* Atheros AR9285 Malbec with sflash firmware */ |
73 | { USB_DEVICE(0x03F0, 0x311D) }, | 73 | { USB_DEVICE(0x03F0, 0x311D) }, |
74 | 74 | ||
75 | /* Atheros AR3012 with sflash firmware*/ | 75 | /* Atheros AR3012 with sflash firmware*/ |
76 | { USB_DEVICE(0x0489, 0xe04d) }, | ||
77 | { USB_DEVICE(0x0489, 0xe04e) }, | ||
78 | { USB_DEVICE(0x0489, 0xe057) }, | ||
79 | { USB_DEVICE(0x0489, 0xe056) }, | ||
80 | { USB_DEVICE(0x0489, 0xe05f) }, | ||
81 | { USB_DEVICE(0x04c5, 0x1330) }, | ||
82 | { USB_DEVICE(0x04CA, 0x3004) }, | ||
83 | { USB_DEVICE(0x04CA, 0x3005) }, | ||
84 | { USB_DEVICE(0x04CA, 0x3006) }, | ||
85 | { USB_DEVICE(0x04CA, 0x3008) }, | ||
86 | { USB_DEVICE(0x04CA, 0x300b) }, | ||
87 | { USB_DEVICE(0x0930, 0x0219) }, | ||
88 | { USB_DEVICE(0x0930, 0x0220) }, | ||
76 | { USB_DEVICE(0x0CF3, 0x0036) }, | 89 | { USB_DEVICE(0x0CF3, 0x0036) }, |
77 | { USB_DEVICE(0x0CF3, 0x3004) }, | 90 | { USB_DEVICE(0x0CF3, 0x3004) }, |
78 | { USB_DEVICE(0x0CF3, 0x3008) }, | 91 | { USB_DEVICE(0x0CF3, 0x3008) }, |
79 | { USB_DEVICE(0x0CF3, 0x311D) }, | 92 | { USB_DEVICE(0x0CF3, 0x311D) }, |
80 | { USB_DEVICE(0x0CF3, 0x311E) }, | 93 | { USB_DEVICE(0x0CF3, 0x311E) }, |
81 | { USB_DEVICE(0x0CF3, 0x311F) }, | 94 | { USB_DEVICE(0x0CF3, 0x311F) }, |
95 | { USB_DEVICE(0x0cf3, 0x3121) }, | ||
82 | { USB_DEVICE(0x0CF3, 0x817a) }, | 96 | { USB_DEVICE(0x0CF3, 0x817a) }, |
83 | { USB_DEVICE(0x13d3, 0x3375) }, | 97 | { USB_DEVICE(0x0cf3, 0xe003) }, |
84 | { USB_DEVICE(0x04CA, 0x3004) }, | ||
85 | { USB_DEVICE(0x04CA, 0x3005) }, | ||
86 | { USB_DEVICE(0x04CA, 0x3006) }, | ||
87 | { USB_DEVICE(0x04CA, 0x3008) }, | ||
88 | { USB_DEVICE(0x04CA, 0x300b) }, | ||
89 | { USB_DEVICE(0x13d3, 0x3362) }, | ||
90 | { USB_DEVICE(0x0CF3, 0xE004) }, | 98 | { USB_DEVICE(0x0CF3, 0xE004) }, |
91 | { USB_DEVICE(0x0CF3, 0xE005) }, | 99 | { USB_DEVICE(0x0CF3, 0xE005) }, |
92 | { USB_DEVICE(0x0930, 0x0219) }, | 100 | { USB_DEVICE(0x13d3, 0x3362) }, |
93 | { USB_DEVICE(0x0930, 0x0220) }, | 101 | { USB_DEVICE(0x13d3, 0x3375) }, |
94 | { USB_DEVICE(0x0489, 0xe057) }, | ||
95 | { USB_DEVICE(0x13d3, 0x3393) }, | 102 | { USB_DEVICE(0x13d3, 0x3393) }, |
96 | { USB_DEVICE(0x0489, 0xe04e) }, | ||
97 | { USB_DEVICE(0x0489, 0xe056) }, | ||
98 | { USB_DEVICE(0x0489, 0xe04d) }, | ||
99 | { USB_DEVICE(0x04c5, 0x1330) }, | ||
100 | { USB_DEVICE(0x13d3, 0x3402) }, | 103 | { USB_DEVICE(0x13d3, 0x3402) }, |
101 | { USB_DEVICE(0x0cf3, 0x3121) }, | ||
102 | { USB_DEVICE(0x0cf3, 0xe003) }, | ||
103 | { USB_DEVICE(0x0489, 0xe05f) }, | ||
104 | 104 | ||
105 | /* Atheros AR5BBU12 with sflash firmware */ | 105 | /* Atheros AR5BBU12 with sflash firmware */ |
106 | { USB_DEVICE(0x0489, 0xE02C) }, | 106 | { USB_DEVICE(0x0489, 0xE02C) }, |
107 | 107 | ||
108 | /* Atheros AR5BBU22 with sflash firmware */ | 108 | /* Atheros AR5BBU22 with sflash firmware */ |
109 | { USB_DEVICE(0x0489, 0xE03C) }, | ||
110 | { USB_DEVICE(0x0489, 0xE036) }, | 109 | { USB_DEVICE(0x0489, 0xE036) }, |
110 | { USB_DEVICE(0x0489, 0xE03C) }, | ||
111 | 111 | ||
112 | { } /* Terminating entry */ | 112 | { } /* Terminating entry */ |
113 | }; | 113 | }; |
@@ -120,38 +120,38 @@ MODULE_DEVICE_TABLE(usb, ath3k_table); | |||
120 | static const struct usb_device_id ath3k_blist_tbl[] = { | 120 | static const struct usb_device_id ath3k_blist_tbl[] = { |
121 | 121 | ||
122 | /* Atheros AR3012 with sflash firmware*/ | 122 | /* Atheros AR3012 with sflash firmware*/ |
123 | { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 }, | ||
124 | { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 }, | ||
125 | { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, | ||
126 | { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, | ||
127 | { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, | ||
128 | { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 }, | ||
129 | { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 }, | ||
130 | { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, | ||
131 | { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, | ||
132 | { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, | ||
133 | { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, | ||
134 | { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, | ||
135 | { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, | ||
123 | { USB_DEVICE(0x0CF3, 0x0036), .driver_info = BTUSB_ATH3012 }, | 136 | { USB_DEVICE(0x0CF3, 0x0036), .driver_info = BTUSB_ATH3012 }, |
124 | { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, | 137 | { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, |
125 | { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 }, | 138 | { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 }, |
126 | { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 }, | 139 | { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 }, |
127 | { USB_DEVICE(0x0cf3, 0x311E), .driver_info = BTUSB_ATH3012 }, | 140 | { USB_DEVICE(0x0cf3, 0x311E), .driver_info = BTUSB_ATH3012 }, |
128 | { USB_DEVICE(0x0cf3, 0x311F), .driver_info = BTUSB_ATH3012 }, | 141 | { USB_DEVICE(0x0cf3, 0x311F), .driver_info = BTUSB_ATH3012 }, |
142 | { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, | ||
129 | { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 }, | 143 | { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 }, |
130 | { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, | ||
131 | { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 }, | ||
132 | { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, | ||
133 | { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, | ||
134 | { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, | ||
135 | { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, | ||
136 | { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, | ||
137 | { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, | 144 | { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, |
138 | { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, | 145 | { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, |
139 | { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, | 146 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, |
140 | { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, | 147 | { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, |
141 | { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, | 148 | { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, |
142 | { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, | 149 | { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, |
143 | { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 }, | ||
144 | { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, | ||
145 | { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 }, | ||
146 | { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 }, | ||
147 | { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, | 150 | { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, |
148 | { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, | ||
149 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, | ||
150 | { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, | ||
151 | 151 | ||
152 | /* Atheros AR5BBU22 with sflash firmware */ | 152 | /* Atheros AR5BBU22 with sflash firmware */ |
153 | { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 }, | ||
154 | { USB_DEVICE(0x0489, 0xE036), .driver_info = BTUSB_ATH3012 }, | 153 | { USB_DEVICE(0x0489, 0xE036), .driver_info = BTUSB_ATH3012 }, |
154 | { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 }, | ||
155 | 155 | ||
156 | { } /* Terminating entry */ | 156 | { } /* Terminating entry */ |
157 | }; | 157 | }; |