projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9106e9
)
power: Initialize device power paths
author
Christopher N. Hesse
<raymanfx@gmail.com>
Tue, 7 Mar 2017 22:01:12 +0000
(23:01 +0100)
committer
Christopher N. Hesse
<raymanfx@gmail.com>
Tue, 7 Mar 2017 22:02:10 +0000
(23:02 +0100)
Change-Id: I56481946e2e3f4a80f2d3a7713ce61ed7923666d
power/power.c
patch
|
blob
|
blame
|
history
diff --git
a/power/power.c
b/power/power.c
index c140863a15427329ecfcfbd4045e48f7883b28a8..35946db58cd4702c000e3b51325282327cea113b 100644
(file)
--- a/
power/power.c
+++ b/
power/power.c
@@
-327,6
+327,8
@@
static void samsung_power_init(struct power_module *module)
boostpulse_open(samsung_pwr);
+ samsung_pwr->touchscreen_power_path = NULL;
+ samsung_pwr->touchkey_power_path = NULL;
init_touch_input_power_path(samsung_pwr);
}