Magellan Linux

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

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

revision 516 by niro, Sat Mar 22 18:13:36 2008 UTC revision 717 by niro, Mon Dec 22 20:31:37 2008 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.1 2008-03-22 18:13:36 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-drivers.rules.magellan,v 1.2 2008-12-22 20:31:37 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}"
 SUBSYSTEM=="pnp", DRIVER!="?*", ENV{MODALIAS}!="?*", \  
   RUN{ignore_error}+="/bin/sh -c 'modprobe.sh -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'"  
24  SUBSYSTEM=="tifm", RUN+="modprobe.sh --all tifm_sd tifm_ms"  SUBSYSTEM=="tifm", RUN+="modprobe.sh --all tifm_sd tifm_ms"
25  SUBSYSTEM=="memstick", RUN+="modprobe.sh --all ms_block mspro_block"  SUBSYSTEM=="memstick", RUN+="modprobe.sh --all ms_block mspro_block"
26  SUBSYSTEM=="mmc", RUN+="modprobe.sh mmc_block"  SUBSYSTEM=="mmc", RUN+="modprobe.sh mmc_block"
27  SUBSYSTEM=="i2o", RUN+="modprobe.sh i2o_block"  SUBSYSTEM=="i2o", RUN+="modprobe.sh i2o_block"
28  SUBSYSTEM=="ide", ATTR{media}=="tape", RUN+="modprobe.sh ide-scsi"  SUBSYSTEM=="ide", ATTR{media}=="tape", RUN+="modprobe.sh ide-scsi"
29  SUBSYSTEM=="scsi_device", TEST!="[module/sg]", RUN+="modprobe.sh sg"  SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="modprobe.sh sg"
30    SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="modprobe.sh ppdev"
31    
32  LABEL="drivers_end"  LABEL="drivers_end"

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