summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhyungseoung.yoo <hyungseoung.yoo@samsung.com>2010-09-15 12:47:10 -0700
committerJaikumar Ganesh <jaikumar@google.com>2010-09-17 14:56:56 -0700
commit7f217b647a5c926bddaffd327ef6654f5b074280 (patch)
tree98243ae75176b5ae90090cc096ae8a6ad3da9c98
parentf5d9022b51ab426139c59913ef32b73752bf4a7c (diff)
downloaddevice_samsung_crespo-7f217b647a5c926bddaffd327ef6654f5b074280.zip
device_samsung_crespo-7f217b647a5c926bddaffd327ef6654f5b074280.tar.gz
device_samsung_crespo-7f217b647a5c926bddaffd327ef6654f5b074280.tar.bz2
S5PC11X: BT: bcm_attach is changed brcm_patchram_plus, and added BOARD_HAVE_BLUETOOTH_BCM feature
Changed brcm_patchram_plus and ro.bt.bdaddr_path value, and BOARD_HAVE_BLUETOOTH_BCM feature in BoardConfig.mk Change-Id: I0ed35769b8b603b005337f68c34e61181f6341e1
-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