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

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

Merge "usb: misc: ks_bridge: Don't enable runtime suspend by default"

parents c19626ee 51c9ad94
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -837,10 +837,8 @@ ksb_usb_probe(struct usb_interface *ifc, const struct usb_device_id *id)
		goto fail_device_create;
	}

	if (device_can_wakeup(&ksb->udev->dev)) {
	if (device_can_wakeup(&ksb->udev->dev))
		ifc->needs_remote_wakeup = 1;
		usb_enable_autosuspend(ksb->udev);
	}

	if (free_mdev)
		kfree(mdev);