summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]BoardConfig.mk1
-rwxr-xr-x[-rw-r--r--]init.smdkc110.rc4
2 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7074daf..5fa29a4 100644..100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -27,6 +27,7 @@ TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
BOARD_HAVE_BLUETOOTH := true
+BOARD_HAVE_BLUETOOTH_BCM := true
TARGET_NO_BOOTLOADER := true
ifndef TARGET_NO_KERNEL
diff --git a/init.smdkc110.rc b/init.smdkc110.rc
index 43f7500..05b1bcf 100644..100755
--- a/init.smdkc110.rc
+++ b/init.smdkc110.rc
@@ -2,7 +2,7 @@ on boot
setprop ro.build.product smdkc110
setprop ro.product.device smdkc110
setprop ro.radio.noril yes
- setprop ro.bt.bdaddr_path "/data/misc/bluetoothd/bt_addr"
+ setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
# fake some battery state
setprop status.battery.state Slow
@@ -78,7 +78,7 @@ service dhcpcd /system/bin/dhcpcd -ABKL
disabled
oneshot
-service hciattach /system/bin/bcm_attach -d --enable_hci \
+service hciattach /system/bin/brcm_patchram_plus -d --enable_hci \
--baudrate 921600 --patchram system/etc/firmware/bcm4329.hcd /dev/s3c2410_serial0
user bluetooth
group bluetooth net_bt_admin