mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-10-31 23:37:35 +00:00
power: Initialize device power paths
Change-Id: I56481946e2e3f4a80f2d3a7713ce61ed7923666d
This commit is contained in:
parent
d9106e98b2
commit
65c65bd186
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue