diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-07-06 19:45:37 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-07-09 21:41:29 +0200 |
commit | 8c6095636435c8bc92220d5e24635d493ee65670 (patch) | |
tree | e7af1236cae48fd2a534be38244e683a0755d3c6 /bluetooth | |
parent | cbaf21ed5c85985067972ffec09044c8020b6d83 (diff) |
shinano: update bt config
* use bluesleep driver
* fix bt permissions
* clean old qcom cruft
Change-Id: I4fba2dac438287f499598934dd72c19e84351e79
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_shinano.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt index 7ae98dc..71eae53 100644 --- a/bluetooth/vnd_shinano.txt +++ b/bluetooth/vnd_shinano.txt @@ -1,13 +1,13 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0" FW_PATCHFILE_LOCATION = "/system/etc/firmware" -BT_WAKE_VIA_PROC = FALSE +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 = FALSE +BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -UART_TARGET_BAUD_RATE = 3000000 -FW_PATCH_SETTLEMENT_DELAY_MS = 100 -USE_AXI_BRIDGE_LOCK = FALSE -UART_FORCE_TWO_STOPBITS = TRUE -LPM_COMBINE_SLEEP_MODE_AND_LPM = 0 |