Skip to content

Commit 7899bf4

Browse files
author
ArronYen
committed
elanmoc: add PID 0x0c88
1 parent d1fbf34 commit 7899bf4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

data/autosuspend.hwdb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ usb:v04F3p0C58*
146146
usb:v04F3p0C7D*
147147
usb:v04F3p0C7E*
148148
usb:v04F3p0C82*
149+
usb:v04F3p0C88*
149150
ID_AUTOSUSPEND=1
150151
ID_PERSIST=0
151152

libfprint/drivers/elanmoc/elanmoc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static const FpIdEntry id_table[] = {
2828
{ .vid = 0x04f3, .pid = 0x0c7d, },
2929
{ .vid = 0x04f3, .pid = 0x0c7e, },
3030
{ .vid = 0x04f3, .pid = 0x0c82, },
31+
{ .vid = 0x04f3, .pid = 0x0c88, },
3132
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
3233
};
3334

0 commit comments

Comments
 (0)