From 526caab0c084a5dea1aacaf8c6a5c839dc774331 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Fri, 6 Mar 2020 21:39:39 +0100 Subject: [PATCH] msm8976-common: Move device-specific entries to /vendor/ueventd.rc --- rootdir/etc/ueventd.qcom.rc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index ff2ae65..a36e539 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -25,15 +25,27 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +subsystem adsp + devname uevent_devpath + dirname /dev/adsp + +subsystem msm_camera + devname uevent_devpath + dirname /dev/msm_camera + # the DIAG device node is not world writable/readable. /dev/diag 0660 system oem_2950 +/dev/alarm 0664 system radio /dev/genlock 0666 system system /dev/kgsl 0666 system system /dev/kgsl-3d0 0666 system system /dev/kgsl-2d0 0666 root root /dev/kgsl-2d1 0666 root root /dev/ion 0664 system system +/dev/qmi0 0640 radio radio +/dev/qmi1 0640 radio radio +/dev/qmi2 0640 radio radio /dev/rtc0 0660 system system /dev/smd0 0660 system system /dev/smd4 0660 system system @@ -135,6 +147,7 @@ /dev/adsprpc-smd 0664 system system #permissions for audio +/dev/adsp/* 0660 system audio /dev/audio_slimslave 0660 system audio /dev/msm_qcelp 0660 system audio /dev/msm_evrc 0660 system audio @@ -157,6 +170,7 @@ /dev/msm_hweffects 0660 system audio /dev/msm_cad 0660 system audio /dev/msm_fm 0660 system audio +/dev/msm_mp3 0660 system audio /dev/msm_mvs 0660 system audio /dev/msm_pcm_lp_dec 0660 system audio /dev/msm_preproc_ctl 0660 system audio