mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
debian/libfprint0.postinst: Call udevadm --trigger also for the new supported readers
This commit is contained in:
Vendored
+3
-1
@@ -6,6 +6,8 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium
|
|||||||
- Fix security hole by zero out memory when allocated (Closes: #890827)
|
- Fix security hole by zero out memory when allocated (Closes: #890827)
|
||||||
- d/p/kFreeBSD_FTBFS_add_ETIME_definition.patch: Updated
|
- d/p/kFreeBSD_FTBFS_add_ETIME_definition.patch: Updated
|
||||||
- d/p/use-non-versionned-libusbh-path.patch: Updated
|
- d/p/use-non-versionned-libusbh-path.patch: Updated
|
||||||
|
- debian/libfprint0.postinst: Call udevadm --trigger also for the new
|
||||||
|
supported readers
|
||||||
* debian/watch: Update the watch file to point to the freedesktop gitlab
|
* debian/watch: Update the watch file to point to the freedesktop gitlab
|
||||||
release page
|
release page
|
||||||
* Build the documentation
|
* Build the documentation
|
||||||
@@ -18,7 +20,7 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium
|
|||||||
is now deprecated
|
is now deprecated
|
||||||
* debian/rules: Simplify the installation of the udev rules file
|
* debian/rules: Simplify the installation of the udev rules file
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Thu, 21 Jun 2018 21:12:34 +0200
|
-- Laurent Bigonville <bigon@debian.org> Thu, 21 Jun 2018 22:57:46 +0200
|
||||||
|
|
||||||
libfprint (1:0.7.0-1) unstable; urgency=medium
|
libfprint (1:0.7.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|||||||
Vendored
+20
-12
@@ -10,12 +10,12 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
|||||||
# NOTA BENE: after the DEBHELPER section since dh_installudev
|
# NOTA BENE: after the DEBHELPER section since dh_installudev
|
||||||
# adds stuff there
|
# adds stuff there
|
||||||
udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2016
|
udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2016
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5731
|
udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2015
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5501
|
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=3001
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2500
|
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2016
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2580
|
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1000
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2550
|
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1001
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2810
|
udevadm trigger --action=add --attr-match=idVendor=061a --attr-match=idProduct=0110
|
||||||
udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bb
|
udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bb
|
||||||
udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bc
|
udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bc
|
||||||
udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bd
|
udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bd
|
||||||
@@ -23,10 +23,6 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
|||||||
udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0007
|
udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0007
|
||||||
udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0008
|
udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0008
|
||||||
udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=000a
|
udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=000a
|
||||||
udevadm trigger --action=add --attr-match=idVendor=061a --attr-match=idProduct=0110
|
|
||||||
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2016
|
|
||||||
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1000
|
|
||||||
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1001
|
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1600
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1600
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1660
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1660
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1680
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1680
|
||||||
@@ -45,6 +41,10 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
|||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168d
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168d
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168e
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168e
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168f
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168f
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2500
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2580
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2550
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2810
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2660
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2660
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2680
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2680
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2681
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2681
|
||||||
@@ -63,6 +63,8 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
|||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=268e
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=268e
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=268f
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=268f
|
||||||
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2691
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2691
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5731
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5501
|
||||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0001
|
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0001
|
||||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0005
|
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0005
|
||||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0008
|
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0008
|
||||||
@@ -70,11 +72,17 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
|||||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0011
|
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0011
|
||||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0017
|
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=138a --attr-match=idProduct=0018
|
||||||
udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2015
|
|
||||||
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=3001
|
|
||||||
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2020
|
udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2020
|
||||||
udevadm trigger --action=add --attr-match=idVendor=1c7a --attr-match=idProduct=0603
|
udevadm trigger --action=add --attr-match=idVendor=1c7a --attr-match=idProduct=0603
|
||||||
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0050
|
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0050
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0907
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c03
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c16
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c26
|
||||||
|
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
|
||||||
|
udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0097
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user