klte-common: Get rid of net_bt_stack
Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba22
This commit is contained in:
parent
737bd8c396
commit
921c9a6c47
2 changed files with 10 additions and 10 deletions
|
@ -818,13 +818,13 @@ on boot
|
|||
|
||||
# permissions for bluetooth.
|
||||
setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
|
||||
chown bluetooth net_bt_stack ro.bt.bdaddr_path
|
||||
chown radio net_bt_stack /efs/bluetooth/bt_addr
|
||||
chown bluetooth bluetooth ro.bt.bdaddr_path
|
||||
chown radio bluetooth /efs/bluetooth/bt_addr
|
||||
chmod 0640 /efs/bluetooth/bt_addr
|
||||
restorecon_recursive /efs/bluetooth
|
||||
chmod 0660 /sys/class/rfkill/rfkill0/state
|
||||
chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
|
||||
chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
|
||||
chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
|
||||
chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
|
||||
|
||||
# DualWave
|
||||
chown system system /sys/kernel/DualWave/sound/DUALWAVE_CONFIG
|
||||
|
@ -832,8 +832,8 @@ on boot
|
|||
# bluetooth LPM
|
||||
chmod 0660 /proc/bluetooth/sleep/lpm
|
||||
chmod 0220 /proc/bluetooth/sleep/btwrite
|
||||
chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm
|
||||
chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
|
||||
chown bluetooth bluetooth /proc/bluetooth/sleep/lpm
|
||||
chown bluetooth bluetooth /proc/bluetooth/sleep/btwrite
|
||||
|
||||
# Sensors
|
||||
chown system system /efs/prox_cal
|
||||
|
@ -863,7 +863,7 @@ service fingerprintd /system/bin/fingerprintd
|
|||
service qcamerasvr /system/bin/mm-qcamera-daemon
|
||||
class main
|
||||
user camera
|
||||
group camera system inet input graphics net_bt_stack
|
||||
group camera system inet input graphics bluetooth
|
||||
|
||||
service qseecomd /system/bin/qseecomd
|
||||
class core
|
||||
|
|
|
@ -136,8 +136,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/mdm 0660 system radio
|
||||
/sys/devices/virtual/smdpkt/smdcntl* open_timeout 0664 radio radio
|
||||
|
@ -151,7 +151,7 @@
|
|||
/dev/ttyHS3 0660 media audio
|
||||
|
||||
# Bluetooth
|
||||
/dev/ttyHS0 0660 bluetooth net_bt_stack
|
||||
/dev/ttyHS0 0660 bluetooth bluetooth
|
||||
/dev/ttyHS2 0660 bluetooth bluetooth
|
||||
|
||||
# bluetooth LPM
|
||||
|
|
Loading…
Reference in a new issue