diff options
author | M0Rf30 <morf3089@gmail.com> | 2017-01-28 13:49:40 +0100 |
---|---|---|
committer | M0Rf30 <morf3089@gmail.com> | 2017-01-28 13:49:40 +0100 |
commit | baf5e6537126692519becb4f7ad993ad26a64f1c (patch) | |
tree | 9646b655e707c614bf7fa5a0d93ea29cde333636 | |
parent | 644317741a1e19331d779bdccb3dae0c7f812607 (diff) |
hwdb: use -y option to udevadm trigger to correctly do sysname-match
-rw-r--r-- | hwdb/60-sensor.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 3160cf77e8..a5f20ab078 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -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 |