mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian/libfprint0.postinst: Call udevadm --trigger also for the new supported readers
This commit is contained in:
Vendored
+2
@@ -70,6 +70,7 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0008
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0010
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0011
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0015
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0017
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0018
|
||||
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2020
|
||||
@@ -128,6 +129,7 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
||||
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c31
|
||||
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c32
|
||||
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c33
|
||||
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c42
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0090
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0091
|
||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0094
|
||||
|
||||
Reference in New Issue
Block a user