• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/etc/udev/gentoo/
1# ignore these events until someone needs them
2SUBSYSTEM=="drivers",	OPTIONS="ignore_device"
3SUBSYSTEM=="module",	OPTIONS="ignore_device"
4
5# sysfs is populated after the event is sent
6ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
7ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
8ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
9ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"
10