Enable LPM

Change-Id: I0d35cfae157e8dd82c5f7b500e83da1d23408a97
This commit is contained in:
atinm 2011-10-16 19:45:28 -04:00
parent 25a238979b
commit 334b776e09

View File

@ -113,7 +113,7 @@ loglevel 3
on fs
# mount mtd partitions
# Mount /system rw first to give the filesystem a chance to save a checkpoint
mount ext4 /dev/block/mmcblk0p9 /system wait rw
mount ext4 /dev/block/mmcblk0p9 /system wait ro
mount ext4 /dev/block/mmcblk0p7 /cache nosuid nodev noatime wait
exec check_filesystem /dev/block/mmcblk0p10 ext4
mount ext4 /dev/block/mmcblk0p10 /data nosuid nodev noatime wait crypt discard,noauto_da_alloc
@ -668,7 +668,7 @@ service dbus /system/bin/dbus-daemon --system --nofork
group bluetooth net_bt_admin
#service hciattach /system/bin/hciattach /dev/s3c2410_serial0 any
service hciattach /system/bin/brcm_patchram_plus --enable_hci --baudrate 3000000 --patchram /system/bin/BCM4330B1_002.001.003.0221.0265.hcd /dev/s3c2410_serial0
service hciattach /system/bin/logwrapper /system/bin/brcm_patchram_plus -d --enable_lpm --enable_hci --baudrate 3000000 --patchram /system/bin/BCM4330B1_002.001.003.0221.0265.hcd /dev/s3c2410_serial0
user bluetooth
group bluetooth net_bt_admin
disabled