mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09:00
Realtek: Add new ID 2541:fa03
This FPreader was found on Minisforum X1 Pro MiniPC, and it is listed by lsusb as "Generic Realtek USB2.0 Finger Print Bridge". Though the VID is not the same as the well-known "0bda", we can confirm it's from Realtek by analyzing Windows version driver. Signed-off-by: Ryan Wong <colorfulshark@gmail.com>
This commit is contained in:
committed by
Marco Trevisan
parent
3460b020e1
commit
3cd4f4d80d
@@ -29,6 +29,7 @@ G_DEFINE_TYPE (FpiDeviceRealtek, fpi_device_realtek, FP_TYPE_DEVICE)
|
||||
static const FpIdEntry id_table[] = {
|
||||
{ .vid = 0x0bda, .pid = 0x5813, },
|
||||
{ .vid = 0x0bda, .pid = 0x5816, },
|
||||
{ .vid = 0x2541, .pid = 0xfa03, },
|
||||
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user