Skip to content

Commit

Permalink
init.huawei.rc: fix Bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 19, 2013
1 parent e999197 commit 6873403
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions prebuilt/init.huawei.rc
Expand Up @@ -229,44 +229,10 @@ service akm8962 /system/bin/akmd8962
disabled
oneshot

#service bcm_hciattach /system/bin/sh /system/etc/bluetooth/init.bcm.bt.sh
# class main
# user bluetooth
# group qcom_oncrpc bluetooth net_bt_admin system
# disabled

service chip_power_on /system/bin/sh /system/etc/bluetooth/init.bcm.chip_on.sh
class main
user root
group system
disabled
oneshot

service chip_power_off /system/bin/sh /system/etc/bluetooth/init.bcm.chip_off.sh
class main
user root
group system
disabled
oneshot

service hci_dev_up /system/bin/hci_dev_state --dev_up
class main
user root
group bluetooth system
disabled
oneshot

service hci_dev_down /system/bin/hci_dev_state --dev_down
class main
user root
group bluetooth system
disabled
oneshot

service hciattach /system/bin/sh /system/etc/bluetooth/init.bcm.bt.sh
class main
user bluetooth
group qcom_oncrpc bluetooth net_bt_admin
group qcom_oncrpc bluetooth net_bt_admin system
disabled
oneshot

Expand Down

0 comments on commit 6873403

Please sign in to comment.