data, libfprint: Update list of unsupported drivers

This commit is contained in:
Marco Trevisan (Treviño)
2024-02-13 15:08:50 +01:00
parent 89ab54794e
commit 7476faba68
2 changed files with 6 additions and 4 deletions

View File

@@ -77,6 +77,12 @@ usb:v1C7Ap0571*
ID_AUTOSUSPEND=1
ID_PERSIST=0
# Supported by libfprint driver egismoc
usb:v1C7Ap0582*
usb:v1C7Ap05A1*
ID_AUTOSUSPEND=1
ID_PERSIST=0
# Supported by libfprint driver elan
usb:v04F3p0903*
usb:v04F3p0907*
@@ -372,8 +378,6 @@ usb:v1C7Ap0300*
usb:v1C7Ap0575*
usb:v1C7Ap0576*
usb:v1C7Ap0577*
usb:v1C7Ap0582*
usb:v1C7Ap05A1*
usb:v27C6p5042*
usb:v27C6p5110*
usb:v27C6p5117*

View File

@@ -101,8 +101,6 @@ static const FpIdEntry allowlist_id_table[] = {
{ .vid = 0x1c7a, .pid = 0x0575 },
{ .vid = 0x1c7a, .pid = 0x0576 },
{ .vid = 0x1c7a, .pid = 0x0577 },
{ .vid = 0x1c7a, .pid = 0x0582 },
{ .vid = 0x1c7a, .pid = 0x05a1 },
{ .vid = 0x27c6, .pid = 0x5042 },
{ .vid = 0x27c6, .pid = 0x5110 },
{ .vid = 0x27c6, .pid = 0x5117 },