diff --git a/debian/changelog b/debian/changelog index 148b7a73..302c0357 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libfprint (1:1.94.2+tod1-0ubuntu1) UNRELEASED; urgency=medium * New upstream release (LP: #1950438) + * debian/libfprint-2-2.postinst: Devices triggers updated -- Marco Trevisan (TreviƱo) Tue, 14 Dec 2021 19:46:09 +0100 diff --git a/debian/libfprint-2-2.postinst b/debian/libfprint-2-2.postinst index bbf3ef09..c8de3b90 100644 --- a/debian/libfprint-2-2.postinst +++ b/debian/libfprint-2-2.postinst @@ -199,6 +199,7 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2 udevadm trigger --action=add --attr-match=idVendor=0a5c --attr-match=idProduct=5843 || true udevadm trigger --action=add --attr-match=idVendor=0a5c --attr-match=idProduct=5844 || true udevadm trigger --action=add --attr-match=idVendor=0a5c --attr-match=idProduct=5845 || true + udevadm trigger --action=add --attr-match=idVendor=0bda --attr-match=idProduct=5812 || true udevadm trigger --action=add --attr-match=idVendor=10a5 --attr-match=idProduct=0007 || true udevadm trigger --action=add --attr-match=idVendor=1188 --attr-match=idProduct=9545 || true udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0007 || true