Magellan Linux

Diff of /tags/udev-163-r1/udev-cd-aliases-generator.rules.magellan

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

revision 514 by niro, Sat Mar 22 18:11:37 2008 UTC revision 884 by niro, Tue Oct 13 10:46:20 2009 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/75-cd-aliases-generatory.rules:  device naming rules for udev  # /etc/udev/rules/75-cd-aliases-generatory.rules:  device naming rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-cd-aliases-generator.rules.magellan,v 1.3 2008-03-22 18:11:37 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-cd-aliases-generator.rules.magellan,v 1.4 2009-10-13 10:46:20 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 20  Line 20 
20    
21  # these rules generate rules for the /dev/{cdrom,dvd,...} symlinks  # these rules generate rules for the /dev/{cdrom,dvd,...} symlinks
22    
23  # the path of removable devices changes frequently  # the "path" of usb/ieee1394 devices changes frequently, use "id"
24  ACTION=="add", SUBSYSTEM=="block", SUBSYSTEMS=="usb|ieee1394", ENV{ID_CDROM}=="?*", ENV{GENERATED}!="?*", PROGRAM="write_cd_rules by-id", SYMLINK+="%c"  ACTION=="add", SUBSYSTEM=="block", SUBSYSTEMS=="usb|ieee1394", ENV{ID_CDROM}=="?*", ENV{GENERATED}!="?*", \
25      PROGRAM="write_cd_rules by-id", SYMLINK+="%c", GOTO="persistent_cd_end"
26    
27  ACTION=="add", SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{GENERATED}!="?*", PROGRAM="write_cd_rules", SYMLINK+="%c"  ACTION=="add", SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{GENERATED}!="?*", PROGRAM="write_cd_rules", SYMLINK+="%c"
28    
29    LABEL="persistent_cd_end"

Legend:
Removed from v.514  
changed lines
  Added in v.884