Magellan Linux

Diff of /tags/udev-162-r2/udev-acl.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 1124 by niro, Mon Sep 13 14:05:04 2010 UTC
# Line 31  SUBSYSTEM=="usb", ENV{ID_USB_INTERFACES} Line 31  SUBSYSTEM=="usb", ENV{ID_USB_INTERFACES}
31  # digicams with proprietary protocol  # digicams with proprietary protocol
32  ENV{ID_GPHOTO2}=="*?", TAG+="udev-acl"  ENV{ID_GPHOTO2}=="*?", TAG+="udev-acl"
33    
34  # SCSI scanners  # SCSI and USB scanners
 KERNEL=="sg[0-9]*", ATTRS{type}=="6", TAG+="udev-acl"  
 KERNEL=="sg[0-9]*", ATTRS{type}=="3", ATTRS{vendor}=="HP|EPSON|Epson", TAG+="udev-acl"  
   
 # USB scanners  
35  ENV{libsane_matched}=="yes", TAG+="udev-acl"  ENV{libsane_matched}=="yes", TAG+="udev-acl"
36    
37  # HPLIP devices (necessary for ink level check and HP tool maintenance)  # HPLIP devices (necessary for ink level check and HP tool maintenance)

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