fingerprint: bauth: Bump version to 2.1 lineage-15.0
authorLuK1337 <priv.luk@gmail.com>
Mon, 28 Aug 2017 20:22:42 +0000 (22:22 +0200)
committerChristopher N. Hesse <raymanfx@gmail.com>
Sun, 26 Nov 2017 19:22:54 +0000 (19:22 +0000)
* Required for fingerprint HIDL HAL in O.

Change-Id: Iec8450521a51bbfddf2225274a7a6982baa42561

fingerprint/bauth/fingerprint.c

index 6e5ed90e71d7721c187ffd6ee435dc152ec911f6..722460922d9fab1b7b2bbfb9880e6d5fa1e5ce4f 100644 (file)
@@ -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",