summaryrefslogtreecommitdiffstats
path: root/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>2015-01-04 23:05:19 -0800
commitcac0bdfa89823db9eeee1382caee0a21a68c007f (patch)
tree27a91991b44310cb955c46cb1c519b8a244b641a /src/hardware.c
parent68c58d07ddf679fe3dcc5af581b432c27ccc5024 (diff)
downloadandroid_hardware_broadcom_libbt-cm-12.0.tar.gz
android_hardware_broadcom_libbt-cm-12.0.tar.bz2
android_hardware_broadcom_libbt-cm-12.0.zip
* This improves reliability on chips such as BCM4335. * Also externalize some configuration. Change-Id: I1271f0c1c3e602c8bfe9f816f57c9cb6add04b3a
Diffstat (limited to 'src/hardware.c')
-rwxr-xr-xsrc/hardware.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/hardware.c b/src/hardware.c
index d54b42f..5a92935 100755
--- a/src/hardware.c
+++ b/src/hardware.c
@@ -1610,6 +1610,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)
/*******************************************************************************
**