summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormozgovoy <mozgovoy@playkot.com>2021-07-29 20:40:07 +0300
committerBenjamin Berg <bberg@redhat.com>2021-07-30 10:15:23 +0200
commitdd476c0ccfd4d851dedde156713e3832d947fbf2 (patch)
tree9cd851702b75407cd68f7b0988ec218f181ac58d
parent4cdca4da247b101e01d3c6266c4b2b3ba946c6f5 (diff)
elan: Add PID 0x0c58
-rw-r--r--data/autosuspend.hwdb1
-rw-r--r--libfprint/drivers/elan.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb
index fe70929..2e94be2 100644
--- a/data/autosuspend.hwdb
+++ b/data/autosuspend.hwdb
@@ -129,6 +129,7 @@ usb:v04F3p0C4D*
usb:v04F3p0C4F*
usb:v04F3p0C63*
usb:v04F3p0C6E*
+usb:v04F3p0C58*
ID_AUTOSUSPEND=1
# Supported by libfprint driver elanmoc
diff --git a/libfprint/drivers/elan.h b/libfprint/drivers/elan.h
index e14977e..33f3aef 100644
--- a/libfprint/drivers/elan.h
+++ b/libfprint/drivers/elan.h
@@ -219,6 +219,7 @@ static const FpIdEntry elan_id_table[] = {
{.vid = ELAN_VEND_ID, .pid = 0x0c4f, .driver_data = ELAN_ALL_DEV},
{.vid = ELAN_VEND_ID, .pid = 0x0c63, .driver_data = ELAN_ALL_DEV},
{.vid = ELAN_VEND_ID, .pid = 0x0c6e, .driver_data = ELAN_ALL_DEV},
+ {.vid = ELAN_VEND_ID, .pid = 0x0c58, .driver_data = ELAN_ALL_DEV},
{.vid = 0, .pid = 0, .driver_data = 0},
};