]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
extcon: usb-gpio: Do not enable USB as wakeup source by default
authorPeter Chen <peter.chen@nxp.com>
Mon, 13 Feb 2017 09:21:52 +0000 (17:21 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 6 Apr 2017 01:55:20 +0000 (10:55 +0900)
Whether the USB port as a wakeup source should be determined by user,
but not enabled by default.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-usb-gpio.c

index a0d7de8675e05990b9d93181587d59ec40127476..0ac32dfdda505dca28c6a3dd18d0eacf6c2907ca 100644 (file)
@@ -194,7 +194,7 @@ static int usb_extcon_probe(struct platform_device *pdev)
        }
 
        platform_set_drvdata(pdev, info);
-       device_init_wakeup(dev, true);
+       device_set_wakeup_capable(&pdev->dev, true);
 
        /* Perform initial detection */
        usb_extcon_detect_cable(&info->wq_detcable.work);