Skip to content

Commit

Permalink
arm64: DT: Loire: Disable wakeup gesture for now
Browse files Browse the repository at this point in the history
This feature is causing suspend/resume problems for touchscreen.

So, this patch removes it for now and fix touchscreen issue while we
haven't the proper fix.

Signed-off-by: Humberto Borba <humberos@gmail.com>
  • Loading branch information
humberos committed Sep 8, 2016
1 parent d7663d1 commit 0ed768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom/msm8956-loire-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
preset_x_max = <1079>;
preset_y_max = <1919>;
preset_n_fingers = <10>;
wakeup_gesture_supported = <1>;
wakeup_gesture_supported = <0>;
wakeup_gesture_lpm_disabled = <1>;
wakeup_gesture_timeout = <0>;
wakeup_gesture {
Expand Down

0 comments on commit 0ed768b

Please sign in to comment.