diff options
author | Saranya Chidura <schidura@codeaurora.org> | 2017-12-18 16:04:29 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:26 +0100 |
commit | 8405e8248a2cd2f5cfaa93ea80f1bc045792b2f7 (patch) | |
tree | 878d62ec934e99aa9c69aca959deec2151b975ca | |
parent | 4e429e392bc04d6071745bce34a733134c0d5971 (diff) |
msm8996-common: Set permissions of /dev/byte-cntr device
To support ODL to read data from QDSS, create a custom group
and set permission of byte-cntr device. And also set
permission to coresight-tmc-etr/block_size to enable
byte-cntr feature.
Change-Id: Ic80156667dd7511392d5970ddcbd0fdc43ffffca
Signed-off-by: Saranya Chidura <schidura@codeaurora.org>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 793d4bd..a566f28 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -135,6 +135,10 @@ /dev/adsprpc-smd 0664 system system /dev/system_health_monitor 0644 radio system /dev/mdss_rotator 0664 system system + +# QDSS +/dev/byte-cntr 0660 system oem_2902 + # wlan /dev/wcnss_wlan 0660 system system /dev/wcnss_ctrl 0660 system system |