Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5be56491 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Enable auto suspend in bt usb client driver"

parents 1aeb3c24 c67927c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2141,6 +2141,7 @@ static int btusb_probe(struct usb_interface *intf,
	}

	usb_set_intfdata(intf, data);
	usb_enable_autosuspend(data->udev);

	return 0;
}