summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorSasha Levitskiy <sanek@google.com>2015-04-12 22:58:21 -0700
committerSasha Levitskiy <sanek@google.com>2015-04-14 15:25:08 -0700
commit6eced703e6d8cf70a331ad3333f4065981bc2160 (patch)
tree0a64e2d4fdfe2e7eedc58cc01d785db115a4d549 /modules
parent4b49035055487058cb0f82db6eb8b3ec740934d8 (diff)
downloadhardware_libhardware-6eced703e6d8cf70a331ad3333f4065981bc2160.zip
hardware_libhardware-6eced703e6d8cf70a331ad3333f4065981bc2160.tar.gz
hardware_libhardware-6eced703e6d8cf70a331ad3333f4065981bc2160.tar.bz2
Fingerprint: Add auth token to enroll
Change-Id: Ied10a03213b8473b1a625229a75b7af6126d635a
Diffstat (limited to 'modules')
-rw-r--r--modules/fingerprint/fingerprint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fingerprint/fingerprint.c b/modules/fingerprint/fingerprint.c
index f9fd44b..ac7e35b 100644
--- a/modules/fingerprint/fingerprint.c
+++ b/modules/fingerprint/fingerprint.c
@@ -33,6 +33,7 @@ static int fingerprint_close(hw_device_t *dev)
}
static int fingerprint_enroll(struct fingerprint_device __unused *dev,
+ const hw_auth_token_t __unused *hat,
uint32_t __unused gid,
uint32_t __unused timeout_sec) {
return FINGERPRINT_ERROR;