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

Commit 5a492ba0 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "extcon: Perform device wakeup initialization upon driver probe"

parents f7abca27 b1daf393
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ static int usb_extcon_probe(struct platform_device *pdev)
	}

	platform_set_drvdata(pdev, info);
	device_set_wakeup_capable(&pdev->dev, true);
	device_init_wakeup(&pdev->dev, true);

	/* Perform initial detection */
	usb_extcon_detect_cable(&info->wq_detcable.work);