diff options
author | hyungseoung.yoo <hyungseoung.yoo@samsung.com> | 2010-09-22 11:12:43 -0700 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2010-09-23 11:58:49 -0700 |
commit | 7b728e2002d9f845ced65943900776c4b050a321 (patch) | |
tree | 400d6cd24a85fceadab15b6fd9a76bcdaec38fe7 /init.herring.rc | |
parent | 1d7e98b26719cc40cf67bed478c3ef0638c78460 (diff) | |
download | device_samsung_crespo-7b728e2002d9f845ced65943900776c4b050a321.zip device_samsung_crespo-7b728e2002d9f845ced65943900776c4b050a321.tar.gz device_samsung_crespo-7b728e2002d9f845ced65943900776c4b050a321.tar.bz2 |
S5PC11X: BT: Set uart of 3Mbps for bluetooth in init.herring.rc
supported uart of 3Mbps in gerrit's kernel.
Change-Id: I4b4ab0e7941a3659f7b2f939b859e771f28374d2
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc index 53a3422..1ad1c69 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -131,7 +131,7 @@ service dhcpcd /system/bin/dhcpcd -ABKL oneshot service hciattach /system/bin/brcm_patchram_plus -d --enable_hci \ - --baudrate 921600 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0 + --baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0 user bluetooth group bluetooth net_bt_admin disabled |