|
@@ -1026,7 +1026,7 @@ static int btusb_probe(struct usb_interface *intf,
|
|
|
data->isoc = usb_ifnum_to_if(data->udev, 1);
|
|
|
|
|
|
if (!reset)
|
|
|
- set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
|
|
|
+ set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
|
|
|
|
|
|
if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
|
|
|
if (!disable_scofix)
|
|
@@ -1038,7 +1038,7 @@ static int btusb_probe(struct usb_interface *intf,
|
|
|
|
|
|
if (id->driver_info & BTUSB_DIGIANSWER) {
|
|
|
data->cmdreq_type = USB_TYPE_VENDOR;
|
|
|
- set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
|
|
|
+ set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
|
|
|
}
|
|
|
|
|
|
if (id->driver_info & BTUSB_CSR) {
|
|
@@ -1046,7 +1046,7 @@ static int btusb_probe(struct usb_interface *intf,
|
|
|
|
|
|
/* Old firmware would otherwise execute USB reset */
|
|
|
if (le16_to_cpu(udev->descriptor.bcdDevice) < 0x117)
|
|
|
- set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
|
|
|
+ set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
|
|
|
}
|
|
|
|
|
|
if (id->driver_info & BTUSB_SNIFFER) {
|