sdm660-common: biometrics: Restore Fingerprint permissions from Platina
Miui 11 Change-Id: I3e78284cb39ad3bddc75286a638f2a889db551f2
This commit is contained in:
parent
0ea6151e6f
commit
6f854132da
1 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,15 @@ on boot
|
|||
chmod 0660 /sys/bus/platform/devices/soc:fingerprint_fpc/screen_status
|
||||
chmod 0660 /sys/bus/platform/devices/soc:fingerprint_fpc/vreg_op_cnt
|
||||
|
||||
chown system system /sys/devices/soc/soc:fpc1020/fingerdown_wait
|
||||
chmod 0220 /sys/devices/soc/soc:fpc1020/fingerdown_wait
|
||||
chown system system /sys/devices/soc/soc:fpc1020/irq
|
||||
chmod 0660 /sys/devices/soc/soc:fpc1020/irq
|
||||
chown system system /sys/devices/soc/soc:fpc1020/hw_reset
|
||||
chmod 0660 /sys/devices/soc/soc:fpc1020/hw_reset
|
||||
chown system system /sys/devices/soc/soc:fpc1020/wakeup_enable
|
||||
chmod 0660 /sys/devices/soc/soc:fpc1020/wakeup_enable
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/misc/fpc 0770 system system
|
||||
mkdir /data/misc/goodix 0770 system system
|
||||
|
|
Loading…
Reference in a new issue