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 | |
| 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')
| -rw-r--r-- | drivers/bluetooth/ath3k.c | 78 | ||||
| -rw-r--r-- | drivers/bluetooth/btusb.c | 52 |
2 files changed, 65 insertions, 65 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 | }; |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index e5680fa173c2..46640e98fa03 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
| @@ -101,16 +101,16 @@ static const struct usb_device_id btusb_table[] = { | |||
| 101 | { USB_DEVICE(0x0c10, 0x0000) }, | 101 | { USB_DEVICE(0x0c10, 0x0000) }, |
| 102 | 102 | ||
| 103 | /* Broadcom BCM20702A0 */ | 103 | /* Broadcom BCM20702A0 */ |
| 104 | { USB_DEVICE(0x0489, 0xe042) }, | ||
| 105 | { USB_DEVICE(0x04ca, 0x2003) }, | ||
| 104 | { USB_DEVICE(0x0b05, 0x17b5) }, | 106 | { USB_DEVICE(0x0b05, 0x17b5) }, |
| 105 | { USB_DEVICE(0x0b05, 0x17cb) }, | 107 | { USB_DEVICE(0x0b05, 0x17cb) }, |
| 106 | { USB_DEVICE(0x04ca, 0x2003) }, | ||
| 107 | { USB_DEVICE(0x0489, 0xe042) }, | ||
| 108 | { USB_DEVICE(0x413c, 0x8197) }, | 108 | { USB_DEVICE(0x413c, 0x8197) }, |
| 109 | 109 | ||
| 110 | /* Foxconn - Hon Hai */ | 110 | /* Foxconn - Hon Hai */ |
| 111 | { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) }, | 111 | { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) }, |
| 112 | 112 | ||
| 113 | /*Broadcom devices with vendor specific id */ | 113 | /* Broadcom devices with vendor specific id */ |
| 114 | { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) }, | 114 | { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) }, |
| 115 | 115 | ||
| 116 | /* Belkin F8065bf - Broadcom based */ | 116 | /* Belkin F8065bf - Broadcom based */ |
| @@ -132,57 +132,57 @@ static const struct usb_device_id blacklist_table[] = { | |||
| 132 | { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE }, | 132 | { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE }, |
| 133 | 133 | ||
| 134 | /* Atheros 3011 with sflash firmware */ | 134 | /* Atheros 3011 with sflash firmware */ |
| 135 | { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE }, | ||
| 136 | { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE }, | ||
| 137 | { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE }, | ||
| 135 | { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, | 138 | { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, |
| 136 | { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, | 139 | { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, |
| 137 | { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE }, | 140 | { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE }, |
| 138 | { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE }, | ||
| 139 | { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE }, | ||
| 140 | { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE }, | ||
| 141 | 141 | ||
| 142 | /* Atheros AR9285 Malbec with sflash firmware */ | 142 | /* Atheros AR9285 Malbec with sflash firmware */ |
| 143 | { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE }, | 143 | { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE }, |
| 144 | 144 | ||
| 145 | /* Atheros 3012 with sflash firmware */ | 145 | /* Atheros 3012 with sflash firmware */ |
| 146 | { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 }, | ||
| 147 | { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 }, | ||
| 148 | { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, | ||
| 149 | { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, | ||
| 150 | { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, | ||
| 151 | { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 }, | ||
| 152 | { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 }, | ||
| 153 | { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, | ||
| 154 | { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, | ||
| 155 | { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, | ||
| 156 | { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, | ||
| 157 | { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, | ||
| 158 | { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, | ||
| 146 | { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 }, | 159 | { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 }, |
| 147 | { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, | 160 | { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, |
| 148 | { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 }, | 161 | { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 }, |
| 149 | { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 }, | 162 | { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 }, |
| 150 | { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 }, | 163 | { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 }, |
| 151 | { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 }, | 164 | { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 }, |
| 165 | { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, | ||
| 152 | { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 }, | 166 | { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 }, |
| 153 | { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, | 167 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, |
| 154 | { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 }, | ||
| 155 | { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, | ||
| 156 | { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, | ||
| 157 | { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, | ||
| 158 | { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, | ||
| 159 | { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, | ||
| 160 | { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, | 168 | { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, |
| 161 | { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, | 169 | { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, |
| 162 | { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, | 170 | { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, |
| 163 | { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, | 171 | { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, |
| 164 | { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, | ||
| 165 | { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, | 172 | { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, |
| 166 | { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 }, | ||
| 167 | { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, | ||
| 168 | { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 }, | ||
| 169 | { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 }, | ||
| 170 | { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, | 173 | { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, |
| 171 | { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, | ||
| 172 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, | ||
| 173 | { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, | ||
| 174 | 174 | ||
| 175 | /* Atheros AR5BBU12 with sflash firmware */ | 175 | /* Atheros AR5BBU12 with sflash firmware */ |
| 176 | { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE }, | 176 | { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE }, |
| 177 | 177 | ||
| 178 | /* Atheros AR5BBU12 with sflash firmware */ | 178 | /* Atheros AR5BBU12 with sflash firmware */ |
| 179 | { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 }, | ||
| 180 | { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 }, | 179 | { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 }, |
| 180 | { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 }, | ||
| 181 | 181 | ||
| 182 | /* Broadcom BCM2035 */ | 182 | /* Broadcom BCM2035 */ |
| 183 | { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU }, | ||
| 184 | { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU }, | ||
| 185 | { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 }, | 183 | { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 }, |
| 184 | { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU }, | ||
| 185 | { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU }, | ||
| 186 | 186 | ||
| 187 | /* Broadcom BCM2045 */ | 187 | /* Broadcom BCM2045 */ |
| 188 | { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU }, | 188 | { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU }, |
