diff options
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 6bacef368fab..a5854735bb2e 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -375,6 +375,11 @@ static int ath3k_probe(struct usb_interface *intf, | |||
375 | 375 | ||
376 | /* load patch and sysconfig files for AR3012 */ | 376 | /* load patch and sysconfig files for AR3012 */ |
377 | if (id->driver_info & BTUSB_ATH3012) { | 377 | if (id->driver_info & BTUSB_ATH3012) { |
378 | |||
379 | /* New firmware with patch and sysconfig files already loaded */ | ||
380 | if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x0001) | ||
381 | return -ENODEV; | ||
382 | |||
378 | ret = ath3k_load_patch(udev); | 383 | ret = ath3k_load_patch(udev); |
379 | if (ret < 0) { | 384 | if (ret < 0) { |
380 | BT_ERR("Loading patch file failed"); | 385 | BT_ERR("Loading patch file failed"); |