diff options
-rw-r--r-- | config.fs | 3 | ||||
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -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 |