diff options
| author | Ethan Chen <intervigil@gmail.com> | 2016-03-21 16:00:32 -0700 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-03-21 16:12:55 -0700 |
| commit | 7f6d711ee082d06a4f1b9c1a97e9cba83c47beb6 (patch) | |
| tree | ac78e60edebbda980f01fb139c8a43e91d3a945b | |
| parent | 1bc63b3e19eb4cf658374f1b1936a42ffa64965f (diff) | |
msm8916: Grant read permission to FM radio device
REF: CYNGNOS-2235
Change-Id: Ia7f354aac0090a8e8f5f85a082f10c2be91ef37a
| -rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 4a5e587..f3ab6d1 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -145,7 +145,7 @@ /dev/msm_preproc_ctl 0660 system audio /dev/msm_rtac 0660 system audio /dev/msm_voicememo 0660 system audio -/dev/radio0 0660 system radio +/dev/radio0 0644 system audio /dev/smd3 0660 bluetooth net_bt_stack /dev/smd2 0660 bluetooth net_bt_stack /dev/ttyHSL1 0660 system system |
