Magellan Linux

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

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

revision 717 by niro, Mon Dec 22 20:31:37 2008 UTC revision 760 by niro, Fri Apr 24 14:19:13 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.2 2008-12-22 20:31:37 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-drivers.rules.magellan,v 1.3 2009-04-24 14:19:13 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 21  Line 21 
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{ignore_error}+="modprobe.sh $env{MODALIAS}"
24  SUBSYSTEM=="tifm", RUN+="modprobe.sh --all tifm_sd tifm_ms"  SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", RUN+="modprobe.sh tifm_sd"
25    SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", RUN+="modprobe.sh tifm_ms"
26  SUBSYSTEM=="memstick", RUN+="modprobe.sh --all ms_block mspro_block"  SUBSYSTEM=="memstick", RUN+="modprobe.sh --all ms_block mspro_block"
27  SUBSYSTEM=="mmc", RUN+="modprobe.sh mmc_block"  SUBSYSTEM=="mmc", RUN+="modprobe.sh mmc_block"
28  SUBSYSTEM=="i2o", RUN+="modprobe.sh i2o_block"  SUBSYSTEM=="i2o", RUN+="modprobe.sh i2o_block"
29  SUBSYSTEM=="ide", ATTR{media}=="tape", RUN+="modprobe.sh ide-scsi"  SUBSYSTEM=="ide", ATTR{media}=="tape", RUN+="modprobe.sh ide-scsi"
30    SUBSYSTEM=="scsi", ATTR{type}=="8", RUN+="modprobe.sh ch"
31  SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="modprobe.sh sg"  SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="modprobe.sh sg"
32  SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="modprobe.sh ppdev"  SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="modprobe.sh ppdev"
33    

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