diff options
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 10 |
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 |