mirror of
https://github.com/Evolution-X-Devices/device_nokia_PL2
synced 2026-02-01 09:24:01 +00:00
PL2: Prep gesture node in common tree
DRG also needs this, simpler to have it in common tree instead Change-Id: Ic0734b9acfdd1a4cba156c5372d69c04b182f2e3
This commit is contained in:
@@ -23,26 +23,10 @@ on boot
|
||||
chown system system /dev/elan_fp
|
||||
chmod 0644 /dev/elan_fp
|
||||
|
||||
# Gestures
|
||||
chown system system /proc/AllHWList/tp_fw_ver
|
||||
chmod 644 /proc/AllHWList/tp_fw_ver
|
||||
chmod 644 /dev/ilitek_ctrl
|
||||
chown system system /dev/ilitek_ctrl
|
||||
chown system system /proc/AllHWList/tp_alt_rst
|
||||
chown system system /proc/AllHWList/tp_alt_st_count
|
||||
chown system system /proc/AllHWList/tp_alt_st_enable
|
||||
chmod 644 /proc/AllHWList/tp_alt_rst
|
||||
chmod 644 /proc/AllHWList/tp_alt_st_count
|
||||
chmod 644 /proc/AllHWList/tp_alt_st_enable
|
||||
chown system system /proc/AllHWList/tp_double_tap
|
||||
chmod 644 /proc/AllHWList/tp_double_tap
|
||||
|
||||
on post-fs-data
|
||||
# Fingerprint
|
||||
mkdir /data/system/fingerprint 0770 system system
|
||||
|
||||
# Gestures
|
||||
mkdir /data/vendor/misc/touch 0770 system system
|
||||
|
||||
# NFC storage
|
||||
mkdir /data/nfc
|
||||
|
||||
Reference in New Issue
Block a user