list-udev-rules: Remove Wrongly added well-known USB controller vid/pid combo
This was causing USB controllers to use power-saving mode, breaking usb devices usage. Related to: https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/327
This commit is contained in:
parent
0eee6a56dd
commit
2b7cfa751a
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ static const FpIdEntry whitelist_id_table[] = {
|
|||
{ .vid = 0x1c7a, .pid = 0x0300 },
|
||||
{ .vid = 0x1c7a, .pid = 0x0570 },
|
||||
{ .vid = 0x1c7a, .pid = 0x0575 },
|
||||
{ .vid = 0x1d6b, .pid = 0x0002 },
|
||||
{ .vid = 0x27c6, .pid = 0x5042 },
|
||||
{ .vid = 0x27c6, .pid = 0x5110 },
|
||||
{ .vid = 0x27c6, .pid = 0x5117 },
|
||||
|
|
Loading…
Reference in a new issue