1
0
Fork 0

extcon: usb-gpio: Do not enable USB as wakeup source by default

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>
hifive-unleashed-5.1
Peter Chen 2017-02-13 17:21:52 +08:00 committed by Chanwoo Choi
parent e57bb43c7e
commit 98fd079297
1 changed files with 1 additions and 1 deletions

View 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);