diff options
Diffstat (limited to 'drivers/bluetooth/bpa10x.c')
-rw-r--r-- | drivers/bluetooth/bpa10x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c index b936d8ce2728..4f0a57236d23 100644 --- a/drivers/bluetooth/bpa10x.c +++ b/drivers/bluetooth/bpa10x.c | |||
@@ -489,6 +489,8 @@ static int bpa10x_probe(struct usb_interface *intf, const struct usb_device_id * | |||
489 | 489 | ||
490 | hdev->owner = THIS_MODULE; | 490 | hdev->owner = THIS_MODULE; |
491 | 491 | ||
492 | set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); | ||
493 | |||
492 | err = hci_register_dev(hdev); | 494 | err = hci_register_dev(hdev); |
493 | if (err < 0) { | 495 | if (err < 0) { |
494 | hci_free_dev(hdev); | 496 | hci_free_dev(hdev); |