1# do not call hotplug.d and dev.d for "drivers" and "module" events
2SUBSYSTEM=="drivers",	OPTIONS="last_rule"
3SUBSYSTEM=="module",	OPTIONS="last_rule"
4
5# compatibility support for the obsolete hotplug.d and dev.d directories
6RUN+="udev_run_hotplugd $env{SUBSYSTEM}"
7RUN+="udev_run_devd $env{SUBSYSTEM}"
8
9