Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfprint for openSUSE:Factory checked in at 2026-07-01 16:37:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfprint (Old) and /work/SRC/openSUSE:Factory/.libfprint.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfprint" Wed Jul 1 16:37:24 2026 rev:56 rq:1362709 version:1.94.10+tod1 Changes: -------- --- /work/SRC/openSUSE:Factory/libfprint/libfprint.changes 2026-02-12 17:27:22.655317436 +0100 +++ /work/SRC/openSUSE:Factory/.libfprint.new.11887/libfprint.changes 2026-07-01 16:37:33.246973925 +0200 @@ -1,0 +2,6 @@ +Tue Jun 30 15:01:53 UTC 2026 - Nico Krapp <[email protected]> + +- Add upstream patch focal-tech-support.patch to add support for + new focal tech fingerprint reader + +------------------------------------------------------------------- New: ---- focal-tech-support.patch ----------(New B)---------- New: - Add upstream patch focal-tech-support.patch to add support for new focal tech fingerprint reader ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfprint.spec ++++++ --- /var/tmp/diff_new_pack.BAFjH8/_old 2026-07-01 16:37:35.539053719 +0200 +++ /var/tmp/diff_new_pack.BAFjH8/_new 2026-07-01 16:37:35.543053858 +0200 @@ -42,6 +42,8 @@ # PATCH-FIX-OPENSUSE - fix compilation problem on < GCC 14 Patch0: label-can-only-be-part-of-a-statement.patch Patch1: libfprint-old-meson.patch +# PATCH-FEATURE-UPSTREAM support focal tech reader gl#libfprint/libfprint@2c7842c9 +Patch2: focal-tech-support.patch BuildRequires: gcc-c++ BuildRequires: gobject-introspection BuildRequires: gobject-introspection-devel ++++++ focal-tech-support.patch ++++++ >From 2c7842c905147a2d127c1b168b2e9d432b8c91a4 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer <[email protected]> Date: Thu, 12 Feb 2026 16:08:31 +0800 Subject: [PATCH] focaltech_moc: add new pid:0x077A pid:0x079A Tested on working hardware with examples/enroll and examples/verify Signed-off-by: Daniel Schaefer <[email protected]> --- data/autosuspend.hwdb | 2 ++ libfprint/drivers/focaltech_moc/focaltech_moc.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index f49e17d6..9d1fd351 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -185,6 +185,8 @@ usb:v2808pA99A* usb:v2808pA57A* usb:v2808pA78A* usb:v2808p1579* +usb:v2808p077A* +usb:v2808p079A* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/focaltech_moc/focaltech_moc.c b/libfprint/drivers/focaltech_moc/focaltech_moc.c index 2d410f88..8bd93e4b 100644 --- a/libfprint/drivers/focaltech_moc/focaltech_moc.c +++ b/libfprint/drivers/focaltech_moc/focaltech_moc.c @@ -35,6 +35,8 @@ static const FpIdEntry id_table[] = { { .vid = 0x2808, .pid = 0xa57a, }, { .vid = 0x2808, .pid = 0xa78a, }, { .vid = 0x2808, .pid = 0x1579, }, + { .vid = 0x2808, .pid = 0x077A, }, + { .vid = 0x2808, .pid = 0x079A, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ }; -- GitLab
