mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-02-19 00:50:36 +01:00
udev-hwdb: Update unsupported device list
This commit is contained in:
parent
378fae0ea2
commit
2cfff27729
2 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ usb:v0A5Cp5842*
|
|||
usb:v0A5Cp5843*
|
||||
usb:v0A5Cp5844*
|
||||
usb:v0A5Cp5845*
|
||||
usb:v0BDAp5812*
|
||||
usb:v10A5p0007*
|
||||
usb:v1188p9545*
|
||||
usb:v138Ap0007*
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ static const FpIdEntry whitelist_id_table[] = {
|
|||
{ .vid = 0x0a5c, .pid = 0x5843 },
|
||||
{ .vid = 0x0a5c, .pid = 0x5844 },
|
||||
{ .vid = 0x0a5c, .pid = 0x5845 },
|
||||
{ .vid = 0x0bda, .pid = 0x5812 },
|
||||
{ .vid = 0x10a5, .pid = 0x0007 },
|
||||
{ .vid = 0x1188, .pid = 0x9545 },
|
||||
{ .vid = 0x138a, .pid = 0x0007 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue