Magellan Linux

Diff of /trunk/udev/udev-kernel-compat.rules.magellan

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

revision 1016 by niro, Tue Apr 6 23:46:22 2010 UTC revision 1177 by niro, Thu Oct 14 17:46:09 2010 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/30-kernel-compat.rules:  kernel compat rules for udev  # /etc/udev/rules/30-kernel-compat.rules:  kernel compat rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-kernel-compat.rules.magellan,v 1.4 2010-04-06 23:46:22 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-kernel-compat.rules.magellan,v 1.5 2010-08-18 02:24:12 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", GOTO="kernel_compat_end"  ACTION=="remove", GOTO="kernel_compat_end"
22    
23  #  #
24  # sysfs timing rules  # sysfs timing rules
25  #  #
26    
27  # needed for kernels <2.6.30  # needed for kernels <2.6.30
28  SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", WAIT_FOR_SYSFS="descriptors"  SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", WAIT_FOR="descriptors"
29    
30  #  #
31  # naming device rules  # naming device rules

Legend:
Removed from v.1016  
changed lines
  Added in v.1177