aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bluetooth/bt_vendor.conf3
-rw-r--r--bluetooth/vnd_shinano.txt4
2 files changed, 5 insertions, 2 deletions
diff --git a/bluetooth/bt_vendor.conf b/bluetooth/bt_vendor.conf
index 3a94bab..2508db5 100644
--- a/bluetooth/bt_vendor.conf
+++ b/bluetooth/bt_vendor.conf
@@ -1,2 +1,3 @@
-# Firmware patch file name
+UartPort = /dev/ttyHS0
+FwPatchFilePath = /system/etc/firmware/
FwPatchFileName = BCM43xx.hcd
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt
index 71eae53..096e9f0 100644
--- a/bluetooth/vnd_shinano.txt
+++ b/bluetooth/vnd_shinano.txt
@@ -1,7 +1,9 @@
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
-FW_PATCHFILE_LOCATION = "/system/etc/firmware"
+FW_PATCHFILE_LOCATION = "/system/etc/firmware/"
+FW_PATCHFILE_NAME = "BCM43xx.hcd"
BT_WAKE_VIA_PROC = TRUE
UART_TARGET_BAUD_RATE = 4000000
+PROC_BTWRITE_TIMER_TIMEOUT_MS = 4000
LPM_IDLE_TIMEOUT_MULTIPLE = 5
LPM_BT_WAKE_POLARITY = 0
LPM_HOST_WAKE_POLARITY = 0