commit | e57c6f9d2b0eae9c470a79eb5f5d18a6e637fe31 | [log] [tgz] |
---|---|---|
author | Dinesh Kumar K <dinesh@linumiz.com> | Mon May 29 00:38:23 2023 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 09 12:41:59 2024 -0400 |
tree | 706b6abc7c7c66eaab47491a5300a80e2f575251 | |
parent | 378034c66a4883aea278a612ccc0ff26e024f4d5 [diff] |
drivers: sensor: grow_r502a: move enroll, search, delete to application Removed fps_enroll, fps_search and fps_delete from driver code, since they did application usage inside driver. add the following attributes to achieve the above functionality from application. 1. SENSOR_ATTR_R502A_CAPTURE 2. SENSOR_ATTR_R502A_TEMPLATE_CREATE 3. SENSOR_ATTR_R502A_RECORD_ADD 4. SENSOR_ATTR_R502A_RECORD_LOAD 5. SENSOR_ATTR_R502A_COMPARE Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>