diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-05 22:07:51 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-06 00:32:48 +0200 |
commit | cbcecf905ae82ef97010e410fd1f29b231164ac9 (patch) | |
tree | 2cb4c634a8cc7066f7cdf197d1dc7b7fb1f280c5 /bluetooth | |
parent | c29e3a4df3255951a25902d8edcb6935fc86c181 (diff) |
shinano: fix bt firmware load
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 |