From d24e70fe8b6bebd9abe4c1578d22cb5536044cc2 Mon Sep 17 00:00:00 2001 From: futpib Date: Fri, 16 Mar 2018 17:25:14 +0300 Subject: [PATCH] hwdb: fix comment suggested `udevadm trigger` command (#8465) --- hwdb/60-sensor.hwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 2c8c4467ecd..616c390134a 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 -y `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)` +# udevadm trigger -v -p DEVNAME=/dev/iio:deviceXXX # where /dev/iio:deviceXXX is the device in question. # # If your changes are generally applicable, preferably send them as a pull -- 2.39.2