diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-07-23 00:02:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-07-23 00:02:28 +0200 |
commit | cf5bd04073671df31dbbaf525f870366b37e5256 (patch) | |
tree | de00ede71e117a8a62358d0329d69c310f3dbd2c /libudev/Makefile.am | |
parent | 1b691f831b43ceeef3d780f87e02fb177dd03281 (diff) |
udevadm: trigger - add --sysname-match=
$ udevadm trigger -n -v --subsystem-match=usb --sysname-match=2-1.1*
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.1
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.2
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.0
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.1
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0
Diffstat (limited to 'libudev/Makefile.am')
-rw-r--r-- | libudev/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libudev/Makefile.am b/libudev/Makefile.am index 866a5ca135..e83888617a 100644 --- a/libudev/Makefile.am +++ b/libudev/Makefile.am @@ -28,9 +28,9 @@ libudev_la_SOURCES =\ libudev-monitor.c \ libudev-queue.c -LT_CURRENT=4 -LT_REVISION=2 -LT_AGE=4 +LT_CURRENT=5 +LT_REVISION=0 +LT_AGE=5 libudev_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-symbols $(top_srcdir)/libudev/exported_symbols |