--- trunk/udev/udev-cdrom_id.rules.magellan 2009/05/23 22:35:53 823 +++ trunk/udev/udev-cdrom_id.rules.magellan 2010/04/06 23:46:22 1016 @@ -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.3 2009-05-23 22:35:53 niro Exp $ +# $Header: /root/magellan-cvs/src/udev/udev-cdrom_id.rules.magellan,v 1.4 2010-04-06 23:46:22 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: @@ -20,4 +20,4 @@ # 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" + KERNEL=="sr[0-9]*|xvd*", IMPORT{program}="cdrom_id --export $tempnode"