--- trunk/udev/udev-persistent-storage-tape.rules.magellan 2009/04/24 14:19:13 760 +++ trunk/udev/udev-persistent-storage-tape.rules.magellan 2009/10/13 10:46:20 884 @@ -1,5 +1,5 @@ # /etc/udev/rules/65-persistent-storage-tape.rules: device naming rules for udev -# $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-tape.rules.magellan,v 1.3 2009-04-24 14:19:13 niro Exp $ +# $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-tape.rules.magellan,v 1.4 2009-10-13 10:46:20 niro Exp $ # # There are a number of modifiers that are allowed to be used in some # of the different fields. They provide the following subsitutions: @@ -23,7 +23,7 @@ ACTION!="add|change", GOTO="persistent_storage_tape_end" # type 8 devices are "Medium Changers" -KERNEL=="sg[0-9]*", SUBSYSTEMS=="scsi", ATTRS{type}=="8", IMPORT{program}="scsi_id --sg-version=3 --export --whitelisted -d $tempnode", SYMLINK+="tape/by-id/scsi-$env{ID_SERIAL}" +SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="8", IMPORT{program}="scsi_id --sg-version=3 --export --whitelisted -d $tempnode", SYMLINK+="tape/by-id/scsi-$env{ID_SERIAL}" SUBSYSTEM!="scsi_tape", GOTO="persistent_storage_tape_end"