1. 17 Jul, 2022 3 commits
    • Marco Trevisan's avatar
      Upload to kinetic · 00a59af0
      Marco Trevisan authored
      00a59af0
    • Marco Trevisan's avatar
      Update changelog · cbe9d5db
      Marco Trevisan authored
      cbe9d5db
    • Marco Trevisan's avatar
      debian/patches: Ensure that identify works with old goodix driver · ef6433c8
      Marco Trevisan authored
      Newer fprintd supports duplicate-detection, this implies sending to the
      device an empty prints gallery, expecting the device to give us a
      matched print against its storage.
      
      In case the device has no storage we're doing this anyway, but goodix
      doesn't handle this properly, so let's just ignore the case if no prints
      are passed.
      
      Also, once returned the value we might initialize a type multiple times,
      and let's avoid this not to have a dead-lock after the first action.
      
      LP: #1966911
      ef6433c8
  2. 27 Mar, 2022 2 commits
  3. 22 Mar, 2022 1 commit
  4. 23 Feb, 2022 5 commits
  5. 15 Feb, 2022 4 commits
  6. 14 Feb, 2022 5 commits
  7. 11 Feb, 2022 5 commits
  8. 03 Feb, 2022 5 commits
  9. 28 Jan, 2022 1 commit
  10. 23 Dec, 2021 1 commit
  11. 22 Dec, 2021 1 commit
  12. 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
  13. 14 Dec, 2021 6 commits