You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
740 B
27 lines
740 B
18 years ago
|
########################################################################
|
||
|
#
|
||
|
# Description : 05-udev-early.rules
|
||
|
#
|
||
|
# Authors : Based on Open Suse Udev Rules
|
||
|
# kay.sievers@suse.de
|
||
|
#
|
||
|
# Adapted to : Jim Gifford
|
||
|
# LFS
|
||
|
#
|
||
|
# Version : 00.01
|
||
|
#
|
||
|
# Notes :
|
||
|
#
|
||
|
########################################################################
|
||
|
|
||
|
# ignore these events until someone needs them
|
||
|
#
|
||
|
SUBSYSTEM=="drivers", OPTIONS="ignore_device"
|
||
|
SUBSYSTEM=="module", OPTIONS="ignore_device"
|
||
|
|
||
|
# sysfs is populated after the event is sent
|
||
|
#
|
||
|
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
|
||
|
ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
|
||
|
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
|