aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bluetooth/vnd_shinano.txt5
-rw-r--r--proprietary-files.txt4
-rw-r--r--rootdir/init.qcom.rc4
3 files changed, 7 insertions, 6 deletions
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt
index d17d44e..71eae53 100644
--- a/bluetooth/vnd_shinano.txt
+++ b/bluetooth/vnd_shinano.txt
@@ -1,7 +1,12 @@
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
FW_PATCHFILE_LOCATION = "/system/etc/firmware"
+BT_WAKE_VIA_PROC = TRUE
+UART_TARGET_BAUD_RATE = 4000000
LPM_IDLE_TIMEOUT_MULTIPLE = 5
+LPM_BT_WAKE_POLARITY = 0
+LPM_HOST_WAKE_POLARITY = 0
SCO_USE_I2S_INTERFACE = FALSE
+SCO_I2SPCM_IF_ROLE = 0
BTVND_DBG = FALSE
BTHW_DBG = TRUE
VNDUSERIAL_DBG = FALSE
diff --git a/proprietary-files.txt b/proprietary-files.txt
index 4e337d6..1be14d5 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -41,10 +41,6 @@ bin/btnvtool
bin/hci_qcomm_init
vendor/lib/libbtnv.so
-# Bluetooth BLOBS
-lib/libbt-hci.so
-vendor/lib/libbt-vendor.so
-
# Camera
bin/mm-qcamera-daemon
etc/firmware/cpp_firmware_v1_1_1.fw
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc
index 3de622d..12da53e 100644
--- a/rootdir/init.qcom.rc
+++ b/rootdir/init.qcom.rc
@@ -60,8 +60,8 @@ on init
chown bluetooth net_bt_stack ro.bt.bdaddr_path
# bluetooth LPM
- chown bluetooth net_bt_stack /proc/bluetooth/wakeup/proto
- chmod 0664 /proc/bluetooth/wakeup/proto
+ chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm
+ chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
write /sys/module/qpnp_rtc/parameters/poweron_alarm 1