From 3fe332722874d85cb35130a4ce639705b6ee8520 Mon Sep 17 00:00:00 2001 From: Saranya Chidura Date: Mon, 18 Dec 2017 16:04:29 +0530 Subject: wayne-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 --- config.fs | 3 +++ rootdir/etc/ueventd.qcom.rc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config.fs b/config.fs index dac51d0..460ab57 100644 --- a/config.fs +++ b/config.fs @@ -4,6 +4,9 @@ value:2950 [AID_VENDOR_QTI_DIAG] value:2901 +[AID_VENDOR_QDSS] +value:2902 + [AID_VENDOR_RFS] value:2951 diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 5d2d9f5..5dd0f5c 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -137,6 +137,9 @@ /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 -- cgit v1.2.3