summaryrefslogtreecommitdiff
path: root/etc/udev/suse/05-udev-early.rules
blob: ce159d56d30f3e469977bd6fc69e13117eef1403 (plain)
1
2
3
4
5
6
7
# sysfs is populated after the event is sent
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"

# ignore these events until someone needs them
SUBSYSTEM=="drivers",		OPTIONS="ignore_device"
SUBSYSTEM=="module",		OPTIONS="ignore_device"