From 04f6cac7ec0e92b756a502e5878d4ffcce46a979 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 28 Apr 2021 15:47:18 +0200 Subject: [PATCH] elan: Add PID 0c63 Users are reporting that the sensor works fine. Closes: #357 --- data/autosuspend.hwdb | 1 + libfprint/drivers/elan.h | 1 + 2 files changed, 2 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index 51c96636..47c8d258 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -122,6 +122,7 @@ usb:v04F3p0C3D* usb:v04F3p0C42* usb:v04F3p0C4D* usb:v04F3p0C4F* +usb:v04F3p0C63* ID_AUTOSUSPEND=1 # Supported by libfprint driver etes603 diff --git a/libfprint/drivers/elan.h b/libfprint/drivers/elan.h index b6a0fc16..00afe791 100644 --- a/libfprint/drivers/elan.h +++ b/libfprint/drivers/elan.h @@ -217,6 +217,7 @@ static const FpIdEntry elan_id_table[] = { {.vid = ELAN_VEND_ID, .pid = 0x0c42, .driver_data = ELAN_0C42}, {.vid = ELAN_VEND_ID, .pid = 0x0c4d, .driver_data = ELAN_ALL_DEV}, {.vid = ELAN_VEND_ID, .pid = 0x0c4f, .driver_data = ELAN_ALL_DEV}, + {.vid = ELAN_VEND_ID, .pid = 0x0c63, .driver_data = ELAN_ALL_DEV}, {.vid = 0, .pid = 0, .driver_data = 0}, };