aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2011-10-18 12:03:07 -0400
committerBotao Sun <botao.sun@linaro.org>2011-10-18 12:03:17 -0400
commit9b4403368ee61eeef446baa283f28eb78f9fb3c8 (patch)
tree223a8b1029c047b61e34c22a8279d87e960882e0
parenta2aa8188b10ea520d3f24caed3288ec430813f90 (diff)
init.origen.rc: Update to support Bluetooth feature for Samsung Origen board.
Change-Id: I89f164169ee1f9b2e9ad7f194fa804c70653dff9 Signed-off-by: Botao Sun <botao.sun@linaro.org>
-rw-r--r--init.origen.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.origen.rc b/init.origen.rc
index 991a43f..58d1d47 100644
--- a/init.origen.rc
+++ b/init.origen.rc
@@ -110,3 +110,12 @@ service dhcpcd_wlan0 /system/bin/dhcpcd -d -B wlan0
group system dhcp
disabled
oneshot
+
+# For Samsung Origen Bluetooth Feature
+service bccmd /system/bin/bccmd -t bcsp -d /dev/ttySAC0 psload -r /system/etc/bluetooth/origen.psr
+ disable
+ oneshot
+
+service hciattach /system/bin/hciattach -s 921600 /dev/ttySAC0 bcsp 921600 flow
+ disable
+ oneshot