sm6250-common: Add support for event-based tap to wake gesture control

Change-Id: Id963e3c7302a7ee46a5a6b6d1b743a5718d71f4c
This commit is contained in:
AbhiShek Aggarwal
2019-01-30 20:51:44 +00:00
committed by Volodymyr Zhdanov
parent 74c8ed136b
commit be94045ad9
4 changed files with 27 additions and 3 deletions

3
sepolicy/vendor/hal_power_default.te vendored Normal file
View File

@ -0,0 +1,3 @@
# Allow hal_power_default to write to dt2w nodes
allow hal_power_default input_device:dir search;
allow hal_power_default input_device:chr_file rw_file_perms;