realtek: Support 3274:9003 Generic Realtek USB2.0 Finger Print Bridge

Found in my Medion SPRCHRGD 14 S1 Elite laptop, no further changes are
necessary to get enrollment and verification working.
This commit is contained in:
Aelin
2026-06-23 16:48:51 +02:00
parent 5dbcb0dfa4
commit a25f71cf97
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -269,6 +269,7 @@ usb:v298Dp1010*
usb:v0BDAp5813*
usb:v0BDAp5816*
usb:v2541pFA03*
usb:v3274p9003*
ID_AUTOSUSPEND=1
ID_PERSIST=0
+1
View File
@@ -30,6 +30,7 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x0bda, .pid = 0x5813, },
{ .vid = 0x0bda, .pid = 0x5816, },
{ .vid = 0x2541, .pid = 0xfa03, },
{ .vid = 0x3274, .pid = 0x9003, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};