diff options
author | Mohammed Javid <mjavid@codeaurora.org> | 2018-06-27 10:33:34 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:26 +0100 |
commit | 60784b6d29817835b465889cfa5585c600b64949 (patch) | |
tree | 234b05aa3005c379c6915a9366c71aa4f5e6795a /rootdir | |
parent | c46a683ab03b4e928732b965db76418cbab821c6 (diff) |
msm8996-common: rootdir: Added a permissions for ODL char devices
Added a permissions for ODL char devices
Change-Id: I1c74c060c9e9b958307a07a4dbe630d0f28b3a89
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index a566f28..1dcd887 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -48,6 +48,8 @@ /dev/ipaNatTable 0660 radio radio /dev/rmnet_ctrl 0660 usb usb /dev/dpl_ctrl 0660 usb usb +/dev/ipa_odl_ctl 0660 radio radio +/dev/ipa_adpl 0660 system oem_2905 #permissions for CSVT /dev/smd11 0660 radio radio |