chiark / gitweb /
update Debian rules
[elogind.git] / etc / udev / debian / hotplugd.rules
1 # do not call hotplug.d and dev.d for "drivers" and "module" events
2 SUBSYSTEM=="drivers",   OPTIONS="last_rule"
3 SUBSYSTEM=="module",    OPTIONS="last_rule"
4
5 # compatibility support for the obsolete hotplug.d and dev.d directories
6 RUN+="udev_run_hotplugd $env{SUBSYSTEM}"
7 RUN+="udev_run_devd $env{SUBSYSTEM}"
8