[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1486977712-23195-1-git-send-email-peter.chen@nxp.com>
Date: Mon, 13 Feb 2017 17:21:52 +0800
From: Peter Chen <peter.chen@....com>
To: <myungjoo.ham@...sung.com>, <cw00.choi@...sung.com>
CC: <rogerq@...com>, <linux-usb@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Peter Chen <peter.chen@....com>
Subject: [PATCH 1/1] extcon: ext-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@....com>
---
drivers/extcon/extcon-usb-gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/extcon/extcon-usb-gpio.c b/drivers/extcon/extcon-usb-gpio.c
index a5e1882..66c749d 100644
--- a/drivers/extcon/extcon-usb-gpio.c
+++ b/drivers/extcon/extcon-usb-gpio.c
@@ -195,7 +195,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);
--
2.7.4
Powered by blists - more mailing lists