diff -Nru libfprint-1.94.3+tod1/debian/changelog libfprint-1.94.3+tod1/debian/changelog --- libfprint-1.94.3+tod1/debian/changelog 2023-09-07 23:20:37.000000000 +0800 +++ libfprint-1.94.3+tod1/debian/changelog 2023-11-01 14:17:56.000000000 +0800 @@ -1,3 +1,9 @@ +libfprint (1:1.94.3+tod1-0ubuntu2~22.04.07) UNRELEASED; urgency=medium + + * d/p/goodixmoc-Add-PID-0x6582.patch (LP: #2042394) + + -- Bin Li Wed, 01 Nov 2023 14:17:56 +0800 + libfprint (1:1.94.3+tod1-0ubuntu2~22.04.06) jammy; urgency=medium [ Dirk Su ] diff -Nru libfprint-1.94.3+tod1/debian/patches/goodixmoc-Add-PID-0x6582.patch libfprint-1.94.3+tod1/debian/patches/goodixmoc-Add-PID-0x6582.patch --- libfprint-1.94.3+tod1/debian/patches/goodixmoc-Add-PID-0x6582.patch 1970-01-01 08:00:00.000000000 +0800 +++ libfprint-1.94.3+tod1/debian/patches/goodixmoc-Add-PID-0x6582.patch 2023-11-01 14:17:18.000000000 +0800 @@ -0,0 +1,42 @@ +From 0eae0e8cc0ebc23dabfe2048345e26c46460f993 Mon Sep 17 00:00:00 2001 +From: swbgdx +Date: Thu, 21 Sep 2023 18:11:23 +0800 +Subject: [PATCH] goodixmoc: Add PID 0x6582 + +--- + data/autosuspend.hwdb | 1 + + libfprint/drivers/goodixmoc/goodix.c | 2 ++ + 2 files changed, 3 insertions(+) + +Index: libfprint/data/autosuspend.hwdb +=================================================================== +--- libfprint.orig/data/autosuspend.hwdb ++++ libfprint/data/autosuspend.hwdb +@@ -164,6 +164,7 @@ usb:v27C6p63AC* + usb:v27C6p63BC* + usb:v27C6p63CC* + usb:v27C6p6496* ++usb:v27C6p6582* + usb:v27C6p6584* + usb:v27C6p658C* + usb:v27C6p6592* +Index: libfprint/libfprint/drivers/goodixmoc/goodix.c +=================================================================== +--- libfprint.orig/libfprint/drivers/goodixmoc/goodix.c ++++ libfprint/libfprint/drivers/goodixmoc/goodix.c +@@ -1301,6 +1301,7 @@ gx_fp_probe (FpDevice *device) + case 0x63AC: + case 0x63BC: + case 0x63CC: ++ case 0x6582: + case 0x6A94: + self->max_enroll_stage = 12; + break; +@@ -1541,6 +1542,7 @@ static const FpIdEntry id_table[] = { + { .vid = 0x27c6, .pid = 0x63BC, }, + { .vid = 0x27c6, .pid = 0x63CC, }, + { .vid = 0x27c6, .pid = 0x6496, }, ++ { .vid = 0x27c6, .pid = 0x6582, }, + { .vid = 0x27c6, .pid = 0x6584, }, + { .vid = 0x27c6, .pid = 0x658C, }, + { .vid = 0x27c6, .pid = 0x6592, }, diff -Nru libfprint-1.94.3+tod1/debian/patches/series libfprint-1.94.3+tod1/debian/patches/series --- libfprint-1.94.3+tod1/debian/patches/series 2023-09-07 23:20:37.000000000 +0800 +++ libfprint-1.94.3+tod1/debian/patches/series 2023-11-01 14:16:57.000000000 +0800 @@ -4,6 +4,7 @@ elanmoc-Make-sure-sensor-in-the-right-mode-at-identity.patch goodixmoc-add-PID-0x631C.patch goodixmoc-add-PID-0x634C.patch +goodixmoc-Add-PID-0x6582.patch elanmoc-add-PID-0x0c82.patch elanmoc-enroll-time-update.patch elanmoc-add-PID-0x0c99.patch