diff options
| author | Ethan Chen <intervigil@gmail.com> | 2020-06-07 15:12:19 -0700 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2020-07-14 18:34:36 -0400 |
| commit | f14fb487275ba7376d3b907b887938ed48d57763 (patch) | |
| tree | 6118dcb9b7e61012250d9f9ea1f4394af64410d1 /rootdir | |
| parent | 33a72f2334b451e0c3cce0309cbd0dd5aeaf9887 (diff) | |
pro1: set vibrator intensity permissions
Change-Id: I1fe9f70c65394c49aeebbff10e69f417e9a50744
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0bcb403..5f50997 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -180,6 +180,9 @@ on early-boot # wait for devices wait_for_prop vendor.qcom.devup 1 + # Permission for Vibrator + chown system system /sys/class/timed_output/vibrator/vmax_mv + on boot chown bluetooth net_bt /sys/class/rfkill/rfkill0/type chown bluetooth net_bt /sys/class/rfkill/rfkill0/state |
