diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-11-11 22:21:57 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-11-11 22:21:57 +0100 |
commit | afc16d9e151ed7d5aad5f0ce90dfa6b8dc5af813 (patch) | |
tree | 1478f761103517199756fae2dcec42e44c7c4c24 | |
parent | b3b02a23dd3f319c175aeaa84c794cd9be0a0a5f (diff) | |
download | device_common-afc16d9e151ed7d5aad5f0ce90dfa6b8dc5af813.zip device_common-afc16d9e151ed7d5aad5f0ce90dfa6b8dc5af813.tar.gz device_common-afc16d9e151ed7d5aad5f0ce90dfa6b8dc5af813.tar.bz2 |
Firmware patch file chip name for maguro/tunaHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2-0002replicant-4.2-0001replicant-4.2
Change-Id: Idc21161fb191d605b1097f141a8600990c9e12e6
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | libbt/include/vnd_maguro.txt | 1 | ||||
-rw-r--r-- | libbt/include/vnd_tuna.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libbt/include/vnd_maguro.txt b/libbt/include/vnd_maguro.txt index 18964f2..e379421 100644 --- a/libbt/include/vnd_maguro.txt +++ b/libbt/include/vnd_maguro.txt @@ -1,4 +1,5 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1" +FW_PATCHFILE_CHIP_NAME = "bcm4330" FW_PATCHFILE_LOCATION = "/vendor/firmware/" LPM_IDLE_TIMEOUT_MULTIPLE = 5 SCO_USE_I2S_INTERFACE = TRUE diff --git a/libbt/include/vnd_tuna.txt b/libbt/include/vnd_tuna.txt index 43e790c..ec5a1df 100644 --- a/libbt/include/vnd_tuna.txt +++ b/libbt/include/vnd_tuna.txt @@ -1,4 +1,5 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1" +FW_PATCHFILE_CHIP_NAME = "bcm4330" FW_PATCHFILE_LOCATION = "/vendor/firmware/" BT_WAKE_VIA_USERIAL_IOCTL = TRUE LPM_IDLE_TIMEOUT_MULTIPLE = 5 |