From cb4e4b15eb8f928b01347acab1d41d0b533e855a Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Mon, 28 Mar 2011 15:39:02 -0700 Subject: Fix dhcp interface for crespo For each service that needs DHCP on a particular interface, we now need to add it to all the device init files. Bug 4163993 Change-Id: I3af40d2b34c6b2ba7681b70108cf8fa5bff87f1a --- init.herring.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'init.herring.rc') diff --git a/init.herring.rc b/init.herring.rc index 36b49fb..58a6846 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -91,6 +91,11 @@ service dhcpcd_uwbr0 /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 @@ -102,6 +107,11 @@ service iprenew_uwbr0 /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 user bluetooth -- cgit v1.1