From bf51dcdfc53c56bed180b74a1200c0b5db47852f Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 18 Jun 2011 13:30:46 +0200 Subject: [PATCH] init.rc: use hciattach, fixes bluetooth --- init.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rc b/init.rc index dd363c1..7ca8e2a 100755 --- a/init.rc +++ b/init.rc @@ -665,8 +665,8 @@ service dbus /system/bin/dbus-daemon --system --nofork user bluetooth group bluetooth net_bt_admin -service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \ - --baudrate 3000000 --patchram /system/vendor/firmware/bcm4330.hcd /dev/s3c2410_serial0 +service hciattach /system/bin/hciattach /dev/s3c2410_serial0 any +# service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm --baudrate 3000000 --patchram /system/vendor/firmware/bcm4330.hcd /dev/s3c2410_serial0 user bluetooth group bluetooth net_bt_admin disabled