mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-02-04 01:30:27 +01: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:
parent
3460b020e1
commit
3cd4f4d80d
2 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ usb:v298Dp1010*
|
|||
# Supported by libfprint driver realtek
|
||||
usb:v0BDAp5813*
|
||||
usb:v0BDAp5816*
|
||||
usb:v2541pFA03*
|
||||
ID_AUTOSUSPEND=1
|
||||
ID_PERSIST=0
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue