chiark / gitweb /
d665d3e7a5f8351a978eeea559d060ba332395fa
[elogind.git] / etc / udev / redhat / 51-hotplug.rules
1 # do not call hotplug.d and dev.d for "drivers" and "module" events
2 SUBSYSTEM=="drivers",   GOTO="hotplug_end"
3 SUBSYSTEM=="module",    GOTO="hotplug_end"
4 ACTION=="add",           GOTO="hotplug_comp"
5 ACTION=="remove",        GOTO="hotplug_comp"
6
7 GOTO="hotplug_end"
8
9 LABEL="hotplug_comp"
10 # compatibility support for the obsolete hotplug.d and dev.d directories
11 ENV{UDEVD_EVENT}=="1",  RUN+="/lib/udev/udev_run_hotplugd"
12 RUN+="/lib/udev/udev_run_devd"
13
14
15 LABEL="hotplug_end"