--- trunk/udev/udev-cdrom_id.rules.magellan 2008/12/22 18:56:05 715 +++ trunk/udev/udev-cdrom_id.rules.magellan 2009/05/23 22:35:53 823 @@ -1,5 +1,5 @@ # /etc/udev/rules/60-cdrom_id.rules: device naming rules for udev -# $Header: /root/magellan-cvs/src/udev/udev-cdrom_id.rules.magellan,v 1.2 2008-12-22 18:56:00 niro Exp $ +# $Header: /root/magellan-cvs/src/udev/udev-cdrom_id.rules.magellan,v 1.3 2009-05-23 22:35:53 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: @@ -18,4 +18,6 @@ # file that can be run before this one. # -ACTION=="add|change", KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]*", IMPORT{program}="cdrom_id --export $tempnode" +# import optical drive properties +ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", \ + KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]|xvd*", IMPORT{program}="cdrom_id --export $tempnode"