summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2011-05-02 12:35:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-02 12:35:24 -0700
commit23c946d8be201c8c8d638c8541a1cac3453b5558 (patch)
tree763d2cf4664feb7df6af8af9617482ee6a73d4cc /init.herring.rc
parent9fabf6cdff153b00344171654cb1821903dde4e1 (diff)
parentbc0432896fe31aa53a2feed54915476b7ce2edb8 (diff)
downloaddevice_samsung_crespo-23c946d8be201c8c8d638c8541a1cac3453b5558.zip
device_samsung_crespo-23c946d8be201c8c8d638c8541a1cac3453b5558.tar.gz
device_samsung_crespo-23c946d8be201c8c8d638c8541a1cac3453b5558.tar.bz2
am bc043289: am cb4e4b15: Fix dhcp interface for crespo
* commit 'bc0432896fe31aa53a2feed54915476b7ce2edb8': Fix dhcp interface for crespo
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.herring.rc b/init.herring.rc
index a6a83a5..31bd224 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -107,6 +107,11 @@ service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
disabled
oneshot
+# bluetooth
+service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
+ disabled
+ oneshot
+
# IP Renew
# wi-fi
service iprenew_wlan0 /system/bin/dhcpcd -n
@@ -126,6 +131,11 @@ service iprenew_bnep0 /system/bin/dhcpcd -n
disabled
oneshot
+# bluetooth
+service iprenew_bnep0 /system/bin/dhcpcd -n
+ disabled
+ oneshot
+
service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \
--baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0
class main