summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2017-08-28 22:22:42 +0200
committerChristopher N. Hesse <raymanfx@gmail.com>2017-11-26 19:22:54 +0000
commitbdb254d98995cb0832d40c0fef0f075502a57d0b (patch)
tree70c233a0a3a0110199775cd9fda8dd9030e39074
parenteb0e9d2340b009498150912c06be946f34187c89 (diff)
downloadandroid_hardware_samsung-lineage-15.0.tar.gz
android_hardware_samsung-lineage-15.0.tar.bz2
android_hardware_samsung-lineage-15.0.zip
fingerprint: bauth: Bump version to 2.1lineage-15.0
* Required for fingerprint HIDL HAL in O. Change-Id: Iec8450521a51bbfddf2225274a7a6982baa42561
-rw-r--r--fingerprint/bauth/fingerprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fingerprint/bauth/fingerprint.c b/fingerprint/bauth/fingerprint.c
index 6e5ed90..7224609 100644
--- a/fingerprint/bauth/fingerprint.c
+++ b/fingerprint/bauth/fingerprint.c
@@ -172,7 +172,7 @@ static int fingerprint_open(const hw_module_t* module, const char *id, hw_device
}
dev->common.tag = HARDWARE_DEVICE_TAG;
- dev->common.version = FINGERPRINT_MODULE_API_VERSION_2_0;
+ dev->common.version = FINGERPRINT_MODULE_API_VERSION_2_1;
dev->common.module = (struct hw_module_t*) module;
dev->common.close = fingerprint_close;
@@ -202,7 +202,7 @@ static struct hw_module_methods_t fingerprint_module_methods = {
fingerprint_module_t HAL_MODULE_INFO_SYM = {
.common = {
.tag = HARDWARE_MODULE_TAG,
- .module_api_version = FINGERPRINT_MODULE_API_VERSION_2_0,
+ .module_api_version = FINGERPRINT_MODULE_API_VERSION_2_1,
.hal_api_version = HARDWARE_HAL_API_VERSION,
.id = FINGERPRINT_HARDWARE_MODULE_ID,
.name = "Samsung TZ Fingerprint HAL",