diff options
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_shinano.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt index ddc48ca..7ae98dc 100644 --- a/bluetooth/vnd_shinano.txt +++ b/bluetooth/vnd_shinano.txt @@ -1,6 +1,6 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0" -FW_PATCHFILE_LOCATION = "/system/etc/firmware/" -BT_WAKE_VIA_PROC = TRUE +FW_PATCHFILE_LOCATION = "/system/etc/firmware" +BT_WAKE_VIA_PROC = FALSE LPM_IDLE_TIMEOUT_MULTIPLE = 5 BTVND_DBG = FALSE BTHW_DBG = FALSE @@ -8,6 +8,6 @@ VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE UART_TARGET_BAUD_RATE = 3000000 FW_PATCH_SETTLEMENT_DELAY_MS = 100 -USE_AXI_BRIDGE_LOCK = TRUE +USE_AXI_BRIDGE_LOCK = FALSE UART_FORCE_TWO_STOPBITS = TRUE LPM_COMBINE_SLEEP_MODE_AND_LPM = 0 |