mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
4058a81829
Most of the drivers only need to list new product IDs to work with new devices, and including other changes that new devices may require. LP: #1945296 LP: #1945298
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From: Nelson Jeppesen <code@jeppesen.io>
|
|
Date: Fri, 7 May 2021 13:02:11 -0700
|
|
Subject: goodixmoc: Add PID 6A94
|
|
|
|
---
|
|
data/autosuspend.hwdb | 1 +
|
|
libfprint/drivers/goodixmoc/goodix.c | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb
|
|
index 14f4518..7d03dba 100644
|
|
--- a/data/autosuspend.hwdb
|
|
+++ b/data/autosuspend.hwdb
|
|
@@ -133,6 +133,7 @@ usb:v27C6p60A2*
|
|
usb:v27C6p63AC*
|
|
usb:v27C6p639C*
|
|
usb:v27C6p6594*
|
|
+usb:v27C6p6A94*
|
|
ID_AUTOSUSPEND=1
|
|
|
|
# Supported by libfprint driver synaptics
|
|
diff --git a/libfprint/drivers/goodixmoc/goodix.c b/libfprint/drivers/goodixmoc/goodix.c
|
|
index 77278c6..d67d392 100644
|
|
--- a/libfprint/drivers/goodixmoc/goodix.c
|
|
+++ b/libfprint/drivers/goodixmoc/goodix.c
|
|
@@ -1554,6 +1554,7 @@ static const FpIdEntry id_table[] = {
|
|
{ .vid = 0x27c6, .pid = 0x63AC, },
|
|
{ .vid = 0x27c6, .pid = 0x639C, },
|
|
{ .vid = 0x27c6, .pid = 0x6594, },
|
|
+ { .vid = 0x27c6, .pid = 0x6A94, },
|
|
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
|
|
};
|
|
|