Message ID | 20180104081632.314-2-kai.heng.feng@canonical.com |
---|---|
State | New |
Headers | show |
Series | Fix QCA Rome bluetooth failed to work after applying reset-resume quirk | expand |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index d563ec8c008b..e93f32e38130 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -3073,12 +3073,6 @@ static int btusb_probe(struct usb_interface *intf, if (id->driver_info & BTUSB_QCA_ROME) { data->setup_on_usb = btusb_setup_qca; hdev->set_bdaddr = btusb_set_bdaddr_ath3012; - - /* QCA Rome devices lose their updated firmware over suspend, - * but the USB hub doesn't notice any status change. - * Explicitly request a device reset on resume. - */ - set_bit(BTUSB_RESET_RESUME, &data->flags); } #ifdef CONFIG_BT_HCIBTUSB_RTL