projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e768f76
)
MLK-15032-1 Revert "extcon: ext-usb-gpio: do not enable wakeup by default"
author
Li Jun
<jun.li@nxp.com>
Fri, 9 Jun 2017 10:28:07 +0000
(18:28 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:28:10 +0000
(15:28 -0500)
This reverts commit
358776f8c5d8
("MLK-13912-1 extcon: ext-usb-gpio: do not
enable wakeup by default"), we will use the upstream patch version.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
drivers/extcon/extcon-usb-gpio.c
patch
|
blob
|
history
diff --git
a/drivers/extcon/extcon-usb-gpio.c
b/drivers/extcon/extcon-usb-gpio.c
index
f2c0299
..
a72ad07
100644
(file)
--- a/
drivers/extcon/extcon-usb-gpio.c
+++ b/
drivers/extcon/extcon-usb-gpio.c
@@
-144,7
+144,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(
dev, true);
dev_pm_set_wake_irq(dev, info->id_irq);
/* Perform initial detection */