Magellan Linux

Diff of /tags/udev-170-r1/udev.rules.magellan

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

revision 1088 by niro, Wed Aug 18 02:24:13 2010 UTC revision 1177 by niro, Thu Oct 14 17:46:09 2010 UTC
# Line 121  KERNEL=="rfkill", MODE="0644" Line 121  KERNEL=="rfkill", MODE="0644"
121  # CPU  # CPU
122  KERNEL=="cpu[0-9]*", MODE="0444"  KERNEL=="cpu[0-9]*", MODE="0444"
123    
124  KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse" \  KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse", \
125    RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"    RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
126    
127  SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"  SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"

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