From b0394697119e452fd03cd881e531245aca9645ff Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Mon, 1 Dec 2025 22:09:31 +0800 Subject: [PATCH] focaltech: add support for 2808:1579 --- data/autosuspend.hwdb | 1 + libfprint/drivers/focaltech_moc/focaltech_moc.c | 1 + 2 files changed, 2 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index e1c6be3b..a1359f72 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -179,6 +179,7 @@ usb:v2808pA959* usb:v2808pA99A* usb:v2808pA57A* usb:v2808pA78A* +usb:v2808p1579* 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 38992dd8..fb8a8213 100644 --- a/libfprint/drivers/focaltech_moc/focaltech_moc.c +++ b/libfprint/drivers/focaltech_moc/focaltech_moc.c @@ -33,6 +33,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x2808, .pid = 0xa99a, }, { .vid = 0x2808, .pid = 0xa57a, }, { .vid = 0x2808, .pid = 0xa78a, }, + { .vid = 0x2808, .pid = 0x1579, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };