1. 23 Feb, 2022 1 commit
  2. 15 Feb, 2022 4 commits
  3. 14 Feb, 2022 5 commits
  4. 11 Feb, 2022 5 commits
  5. 03 Feb, 2022 5 commits
  6. 28 Jan, 2022 1 commit
  7. 23 Dec, 2021 1 commit
  8. 22 Dec, 2021 1 commit
  9. 16 Dec, 2021 1 commit
    • Dmitrii Shcherbakov's avatar
      Allow FpPrint data to be extended on enrollment. · 999bca07
      Dmitrii Shcherbakov authored
      * Allow FPI_PRINT_NBIS to be extended rather than overridden if a user
        supplies an existing FpPrint template with data;
      * Prints will only be extended if a device has the required feature.
        For image-based devices this feature is added by default since they
        typically do not have storage (this can be overridden at the child
        class level).
      
      Extending an existing FpPrint requires passing a template print with
      existing data during the enrollment process. This is done because the
      caller is responsible for maintaining the fingerprint database and doing
      the necessary deserialization operations if needed. The existing
      example program is updated to show how to do that.
      999bca07
  10. 14 Dec, 2021 4 commits
  11. 02 Dec, 2021 3 commits
  12. 01 Dec, 2021 1 commit
    • Benjamin Berg's avatar
      context: Ensure mainloop is idle before enumeration completes · 05fd2c58
      Benjamin Berg authored
      This ensures that we have processed all hotplug events before
      considering enumeration to be complete. This is important due to USB
      persist being turned off. At resume time, devices will disappear and
      immediately re-appear. In this situatoin, enumerate could first see the
      old state with a removed device resulting in it to not be discovered.
      
      As a hotplug event is semingly emitted by the kernel immediately, we
      can simply make sure to process this hotplug event before returning
      from enumerate.
      
      Closes: fprintd#119
      05fd2c58
  13. 15 Nov, 2021 1 commit
  14. 02 Nov, 2021 2 commits
  15. 31 Oct, 2021 5 commits