diff options
| author | Alberto97 <albertop2197@gmail.com> | 2017-08-26 21:46:02 +0800 |
|---|---|---|
| committer | Shreps <shr3ps@gmail.com> | 2017-09-12 10:18:47 +0200 |
| commit | a235f0282be504886b0c80e94051a4b0494d892b (patch) | |
| tree | 82595aae4547ceb2dc888f205844241e858777b0 | |
| parent | 91ab96ce345d4316062c147f4af4cbbfd38b5b25 (diff) | |
A6020: bt: Remove net_bt_stack
* net_bt_stack is gone, replace it with bluetooth
(android/platform_system_core@604208e957ad6fb692c445b0f598579051d2071a)
Change-Id: I62ac0fa2e59a9643fd6a3d4b173dd8c8892037b9
| -rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 4e710f3..afefc30 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -151,8 +151,8 @@ /dev/msm_rtac 0660 system audio /dev/msm_voicememo 0660 system audio /dev/radio0 0640 fm_radio fm_radio -/dev/smd3 0660 bluetooth net_bt_stack -/dev/smd2 0660 bluetooth net_bt_stack +/dev/smd3 0660 bluetooth bluetooth +/dev/smd2 0660 bluetooth bluetooth /dev/ttyHSL1 0660 system system /dev/ttyHS1 0660 system system /dev/mdm 0660 system radio |
