Magellan Linux

Diff of /tags/udev-162-r1/udev-cdrom_id.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 715 by niro, Mon Dec 22 18:56:05 2008 UTC revision 823 by niro, Sat May 23 22:35:53 2009 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/60-cdrom_id.rules:  device naming rules for udev  # /etc/udev/rules/60-cdrom_id.rules:  device naming rules for udev
2  # $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 $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 18  Line 18 
18  # file that can be run before this one.  # file that can be run before this one.
19  #  #
20    
21  ACTION=="add|change", KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]*", IMPORT{program}="cdrom_id --export $tempnode"  # import optical drive properties
22    ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", \
23      KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]|xvd*", IMPORT{program}="cdrom_id --export $tempnode"

Legend:
Removed from v.715  
changed lines
  Added in v.823