Magellan Linux

Diff of /tags/udev-166-r1/udev-drivers.rules.magellan

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

revision 760 by niro, Fri Apr 24 14:19:13 2009 UTC revision 884 by niro, Tue Oct 13 10:46:20 2009 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/80-drivers.rules:  device naming rules for udev  # /etc/udev/rules/80-drivers.rules:  device naming rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-drivers.rules.magellan,v 1.3 2009-04-24 14:19:13 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-drivers.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  ACTION!="add", GOTO="drivers_end"  ACTION!="add", GOTO="drivers_end"
22    
23  DRIVER!="?*", ENV{MODALIAS}=="?*", RUN{ignore_error}+="modprobe.sh $env{MODALIAS}"  DRIVER!="?*", ENV{MODALIAS}=="?*", RUN+="modprobe.sh -b $env{MODALIAS}"
24  SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", RUN+="modprobe.sh tifm_sd"  SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", RUN+="modprobe.sh -b tifm_sd"
25  SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", RUN+="modprobe.sh tifm_ms"  SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", RUN+="modprobe.sh -b tifm_ms"
26  SUBSYSTEM=="memstick", RUN+="modprobe.sh --all ms_block mspro_block"  SUBSYSTEM=="memstick", RUN+="modprobe.sh -b --all ms_block mspro_block"
27  SUBSYSTEM=="mmc", RUN+="modprobe.sh mmc_block"  SUBSYSTEM=="i2o", RUN+="modprobe.sh -b i2o_block"
28  SUBSYSTEM=="i2o", RUN+="modprobe.sh i2o_block"  SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="modprobe.sh -b sg"
29  SUBSYSTEM=="ide", ATTR{media}=="tape", RUN+="modprobe.sh ide-scsi"  SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="modprobe.sh -b ppdev"
 SUBSYSTEM=="scsi", ATTR{type}=="8", RUN+="modprobe.sh ch"  
 SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="modprobe.sh sg"  
 SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="modprobe.sh ppdev"  
30    
31  LABEL="drivers_end"  LABEL="drivers_end"

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