init.qcom.rc : changes to start port-bridge

Start port-bridge during boot up.

CRs-Fixed: 835829
Change-Id: I36e3b071b737ba5f6e88137bc786a209e43e3a94
This commit is contained in:
Subash Abhinov Kasiviswanathan 2015-05-12 18:45:07 -06:00
parent 49b9de19ff
commit 650dc9e66d
2 changed files with 6 additions and 1 deletions

View File

@ -76,6 +76,7 @@ case "$baseband" in
"concurrent")
start qti
start netmgrd
start port-bridge
;;
*)
start netmgrd

View File

@ -93,6 +93,10 @@ on boot
chown bluetooth net_bt /sys/class/rfkill/rfkill0/device/extldo
chmod 0660 /sys/class/rfkill/rfkill0/device/extldo
#create port-bridge log dir
mkdir /data/misc/port_bridge 0770 radio radio
chmod 0770 /data/misc/port_bridge
#Create QMUX deamon socket area
mkdir /dev/socket/qmux_radio 0770 radio radio
chmod 2770 /dev/socket/qmux_radio
@ -469,7 +473,7 @@ service bridgemgrd /system/bin/bridgemgrd
group radio qcom_diag
disabled
service port-bridge /system/bin/port-bridge /dev/mhi_pipe_32 /dev/ttyGS0
service port-bridge /system/bin/port-bridge
class main
user radio system
group radio system inet