OpenSDE Packages Database (without history before r20070)
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.

26 lines
740 B

  1. ########################################################################
  2. #
  3. # Description : 05-udev-early.rules
  4. #
  5. # Authors : Based on Open Suse Udev Rules
  6. # kay.sievers@suse.de
  7. #
  8. # Adapted to : Jim Gifford
  9. # LFS
  10. #
  11. # Version : 00.01
  12. #
  13. # Notes :
  14. #
  15. ########################################################################
  16. # ignore these events until someone needs them
  17. #
  18. SUBSYSTEM=="drivers", OPTIONS="ignore_device"
  19. SUBSYSTEM=="module", OPTIONS="ignore_device"
  20. # sysfs is populated after the event is sent
  21. #
  22. ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
  23. ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
  24. ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"