rpms/udev/devel udev.rules,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 28 08:09:49 UTC 2005


Author: harald

Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5455

Modified Files:
	udev.rules 
Log Message:
added rule for SCSI scanners


Index: udev.rules
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.rules,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- udev.rules	24 Jun 2005 08:30:52 -0000	1.26
+++ udev.rules	28 Jun 2005 08:09:46 -0000	1.27
@@ -201,6 +201,7 @@
 KERNEL=="fd[0-9]*",		SYMLINK="floppy%e"
 KERNEL=="nst[0-9]", BUS=="scsi", 	SYMLINK="tape%e"
 KERNEL=="nosst[0-9]", BUS=="scsi", 	SYMLINK="tape%e"
+KERNEL=="sg[0-9]*", BUS="scsi", SYSFS{type}=="6", SYMLINK="scanner%e", MODE="0660"
 
 KERNEL=="umad*", 		NAME="infiniband/%k"
 KERNEL=="issm*", 		NAME="infiniband/%k"




More information about the fedora-cvs-commits mailing list