sdm845-common: Add touchscreen gestures lineagehw
Change-Id: I40a656e90f0b6f2b4ae6b596d4c28cc383b7c9fa Signed-off-by: Joey Rizzoli <joey@lineageos.org>
This commit is contained in:
parent
3ce286543d
commit
de7a524f4b
3 changed files with 152 additions and 0 deletions
|
|
@ -1,3 +1,32 @@
|
|||
on boot
|
||||
# Touchpanel
|
||||
chmod 0660 /proc/touchpanel/double_swipe_enable
|
||||
chmod 0660 /proc/touchpanel/down_arrow_enable
|
||||
chmod 0660 /proc/touchpanel/down_swipe_enable
|
||||
chmod 0660 /proc/touchpanel/left_arrow_enable
|
||||
chmod 0660 /proc/touchpanel/left_swipe_enable
|
||||
chmod 0660 /proc/touchpanel/letter_m_enable
|
||||
chmod 0660 /proc/touchpanel/letter_o_enable
|
||||
chmod 0660 /proc/touchpanel/letter_s_enable
|
||||
chmod 0660 /proc/touchpanel/letter_w_enable
|
||||
chmod 0660 /proc/touchpanel/right_arrow_enabl
|
||||
chmod 0660 /proc/touchpanel/right_swipe_enabl
|
||||
chmod 0660 /proc/touchpanel/up_arrow_enable
|
||||
chmod 0660 /proc/touchpanel/up_swipe_enable
|
||||
chown system system /proc/touchpanel/double_swipe_enable
|
||||
chown system system /proc/touchpanel/down_arrow_enable
|
||||
chown system system /proc/touchpanel/down_swipe_enable
|
||||
chown system system /proc/touchpanel/left_arrow_enable
|
||||
chown system system /proc/touchpanel/left_swipe_enable
|
||||
chown system system /proc/touchpanel/letter_m_enable
|
||||
chown system system /proc/touchpanel/letter_o_enable
|
||||
chown system system /proc/touchpanel/letter_s_enable
|
||||
chown system system /proc/touchpanel/letter_w_enable
|
||||
chown system system /proc/touchpanel/right_arrow_enabl
|
||||
chown system system /proc/touchpanel/right_swipe_enabl
|
||||
chown system system /proc/touchpanel/up_arrow_enable
|
||||
chown system system /proc/touchpanel/up_swipe_enable
|
||||
|
||||
service dashd /sbin/dashd
|
||||
class core
|
||||
critical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue