hwdb: use -y option to udevadm trigger to correctly do sysname-match
authorM0Rf30 <morf3089@gmail.com>
Sat, 28 Jan 2017 12:49:40 +0000 (13:49 +0100)
committerM0Rf30 <morf3089@gmail.com>
Sat, 28 Jan 2017 12:49:40 +0000 (13:49 +0100)
hwdb/60-sensor.hwdb

index 3160cf7..a5f20ab 100644 (file)
@@ -15,7 +15,7 @@
 #   /etc/udev/hwdb.d/61-sensor-local.hwdb
 # and add your rules there. To load the new rules execute (as root):
 #   systemd-hwdb update
-#   udevadm trigger `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)`
+#   udevadm trigger -y `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)`
 # where /dev/iio:deviceXXX is the device in question.
 #
 # If your changes are generally applicable, preferably send them as a pull