diff options
author | DooHyunHwang <dh0421.hwang@samsung.com> | 2010-10-06 12:57:22 -0700 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2010-10-07 18:07:52 -0700 |
commit | f13282cadba4e5b953ecb396e6a2dea367bed9d3 (patch) | |
tree | fce5a0922f7befb136fdd4f7a6881c0183d98a93 /init.herring.rc | |
parent | bf1cbfb591a67aeb4dd7f5e20c49b6c00682e7a1 (diff) | |
download | device_samsung_crespo-f13282cadba4e5b953ecb396e6a2dea367bed9d3.zip device_samsung_crespo-f13282cadba4e5b953ecb396e6a2dea367bed9d3.tar.gz device_samsung_crespo-f13282cadba4e5b953ecb396e6a2dea367bed9d3.tar.bz2 |
S5PC11X: INIT: Add enable_lpm option when bluetoothd started
Change-Id: I0f01b6f80ebba48e1878440178b603fe3f3da968
Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
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 08f95d5..af457c9 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -122,7 +122,7 @@ service dhcpcd /system/bin/dhcpcd -ABKL disabled oneshot -service hciattach /system/bin/brcm_patchram_plus -d --enable_hci \ +service hciattach /system/bin/brcm_patchram_plus -d --enable_hci --enable_lpm \ --baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0 user bluetooth group bluetooth net_bt_admin |