summaryrefslogtreecommitdiffstats
path: root/include/hardware/fingerprint.h
diff options
context:
space:
mode:
authorSasha Levitskiy <sanek@google.com>2015-05-15 15:46:47 -0700
committerSasha Levitskiy <sanek@google.com>2015-05-15 15:46:47 -0700
commit0a544125ca4eae87d33541e2e0608cfcbd0d733e (patch)
tree787103b0b2345d3d8fb4f641daf6721a4559bce2 /include/hardware/fingerprint.h
parente0a2988b82afd9141eba075a231dfa47c55c01c4 (diff)
downloadhardware_libhardware-0a544125ca4eae87d33541e2e0608cfcbd0d733e.zip
hardware_libhardware-0a544125ca4eae87d33541e2e0608cfcbd0d733e.tar.gz
hardware_libhardware-0a544125ca4eae87d33541e2e0608cfcbd0d733e.tar.bz2
Fingerprint: Clean up documentaion for template delete.
Change-Id: Ibe991d5f5e4bb77a859284a8f890a6bccc663448 Signed-off-by: Sasha Levitskiy <sanek@google.com>
Diffstat (limited to 'include/hardware/fingerprint.h')
-rw-r--r--include/hardware/fingerprint.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/hardware/fingerprint.h b/include/hardware/fingerprint.h
index a1b81ae..869502e 100644
--- a/include/hardware/fingerprint.h
+++ b/include/hardware/fingerprint.h
@@ -200,10 +200,8 @@ typedef struct fingerprint_device {
/*
* Fingerprint remove request:
- * deletes a fingerprint template.
- * If the fingerprint id is 0 and the group is 0 then the entire template
- * database will be removed. A combinaiton of fingerprint id 0 and a valid
- * group id deletes all fingreprints in that group.
+ * deletes a fingerprint template or a previously selected group.
+ * If the fingerprint id is 0 then the entire group is removed.
* notify() will be called for each template deleted with
* fingerprint_msg.type == FINGERPRINT_TEMPLATE_REMOVED and
* fingerprint_msg.data.removed.id indicating each template id removed.