chiark / gitweb /
default rules: wait for 0:0:0:0 scsi devices only
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 11 Mar 2007 19:23:42 +0000 (20:23 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sun, 11 Mar 2007 19:23:42 +0000 (20:23 +0100)
etc/udev/rules.d/05-udev-early.rules

index 4dc497bac2e10b62cd8b97243eadb905205632ec..ec94c35816d909569882cf9f02258afea9ffb080 100644 (file)
@@ -1,3 +1,3 @@
 # sysfs is populated after the event is sent
-ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
+ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"