diff options
-rw-r--r-- | Android.mk | 3 | ||||
-rw-r--r-- | bluetooth/vnd_shinano.txt | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -10,4 +10,7 @@ ifeq ($(BOARD_VENDOR_PLATFORM),shinano) $(TARGET_OUT_ETC)/firmware/wcd9320/wcd9320_mad_audio.bin; \ ln -sf /data/misc/audio/mbhc.bin \ $(TARGET_OUT_ETC)/firmware/wcd9320/wcd9320_mbhc.bin) + + $(shell ln -sf /system/etc/firmware/BCM4339.hcd \ + $(TARGET_OUT_ETC)/firmware/BCM4335C0.hcd) endif 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 |