summaryrefslogtreecommitdiffstats
path: root/libbt/src/hardware.c
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-08-06 22:34:12 -0700
committerEthan Chen <intervigil@gmail.com>2013-08-07 11:43:21 -0700
commita37aa43aa596796f9d535f41092c14742761eb0d (patch)
treede8fa3b3be79f76ff9f7d5a905c2a65869b86670 /libbt/src/hardware.c
parent94e39fa0c9a78d302e03461df5c31dee6dccf251 (diff)
downloadandroid_device_common-cm-10.1.tar.gz
android_device_common-cm-10.1.tar.bz2
android_device_common-cm-10.1.zip
libbt: Add support for using two stop bitscm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1
* This improves reliability on chips such as BCM4335. * Also externalize some configuration. Change-Id: I1271f0c1c3e602c8bfe9f816f57c9cb6add04b3a
Diffstat (limited to 'libbt/src/hardware.c')
-rw-r--r--libbt/src/hardware.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/libbt/src/hardware.c b/libbt/src/hardware.c
index 392704e..df20c9f 100644
--- a/libbt/src/hardware.c
+++ b/libbt/src/hardware.c
@@ -1335,6 +1335,25 @@ int hw_set_patch_file_name(char *p_conf_name, char *p_conf_value, int param)
return 0;
}
+/*******************************************************************************
+**
+** Function hw_set_pre_patch_file_name
+**
+** Description Give the specific firmware pre-patch filename
+**
+** Returns 0 : Success
+** Otherwise : Fail
+**
+*******************************************************************************/
+int hw_set_pre_patch_file_name(char *p_conf_name, char *p_conf_value, int param)
+{
+
+ strcpy(fw_prepatch_name, p_conf_value);
+
+ return 0;
+}
+
+
#if (VENDOR_LIB_RUNTIME_TUNING_ENABLED == TRUE)
/*******************************************************************************
**