mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-26 15:01:24 +00:00
fpcmoc: Add support for 0x10A5:0x9B24
Add the new FPC fingerprint device (0x10A5:0x9B24) to the driver and autosuspend hwdb. Signed-off-by: lichenggang <lichenggang@uniontech.com>
This commit is contained in:
@@ -201,6 +201,7 @@ usb:v10A5pD205*
|
|||||||
usb:v10A5p9524*
|
usb:v10A5p9524*
|
||||||
usb:v10A5p9544*
|
usb:v10A5p9544*
|
||||||
usb:v10A5pC844*
|
usb:v10A5pC844*
|
||||||
|
usb:v10A5p9B24*
|
||||||
ID_AUTOSUSPEND=1
|
ID_AUTOSUSPEND=1
|
||||||
ID_PERSIST=0
|
ID_PERSIST=0
|
||||||
|
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ static const FpIdEntry id_table[] = {
|
|||||||
{ .vid = 0x10A5, .pid = 0x9524, },
|
{ .vid = 0x10A5, .pid = 0x9524, },
|
||||||
{ .vid = 0x10A5, .pid = 0x9544, },
|
{ .vid = 0x10A5, .pid = 0x9544, },
|
||||||
{ .vid = 0x10A5, .pid = 0xC844, },
|
{ .vid = 0x10A5, .pid = 0xC844, },
|
||||||
|
{ .vid = 0x10A5, .pid = 0x9B24, },
|
||||||
/* terminating entry */
|
/* terminating entry */
|
||||||
{ .vid = 0, .pid = 0, .driver_data = 0 },
|
{ .vid = 0, .pid = 0, .driver_data = 0 },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user