rpms/udev/FC-4 udev.permissions, 1.8, 1.9 udev.rules, 1.26, 1.27 udev.spec, 1.91, 1.92

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 30 12:29:29 UTC 2005


Author: harald

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

Modified Files:
	udev.permissions udev.rules udev.spec 
Log Message:
- special handling of IEEE1394 firewire devices (bug #168093)
- more msr and cpu symlinks
- special handling of capi20 and capi
- added ttyACM



Index: udev.permissions
===================================================================
RCS file: /cvs/dist/rpms/udev/FC-4/udev.permissions,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- udev.permissions	8 Mar 2005 09:23:06 -0000	1.8
+++ udev.permissions	30 Sep 2005 12:29:27 -0000	1.9
@@ -18,6 +18,7 @@
 
 # serial+dialup devices
 ttyS*:root:uucp:0660
+ttyACM*:root:uucp:0660
 ippp*:root:root:0660
 isdn*:root:root:0660
 isdnctrl*:root:root:0660


Index: udev.rules
===================================================================
RCS file: /cvs/dist/rpms/udev/FC-4/udev.rules,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- udev.rules	24 Jun 2005 08:29:57 -0000	1.26
+++ udev.rules	30 Sep 2005 12:29:27 -0000	1.27
@@ -24,10 +24,14 @@
 
 # serial+dialup devices
 KERNEL=="ttyS*",		GROUP="uucp", MODE="0660"
+KERNEL=="ttyACM*",		GROUP="uucp", MODE="0660"
 KERNEL=="ippp*",		MODE="0660"
 KERNEL=="isdn*",		MODE="0660"
 KERNEL=="isdnctrl*",		MODE="0660"
+SYSFS{dev}="68:0",              NAME="capi20"
+SYSFS{dev}="191:[0-9]*",        NAME="capi/%n"
 KERNEL=="capi*",		MODE="0660"
+
 KERNEL=="dcbri*",		MODE="0660"
 KERNEL=="ircomm*",		GROUP="uucp", MODE="0660"
 KERNEL=="ttyUSB*",		GROUP="uucp", MODE="0660"
@@ -164,6 +168,11 @@
 KERNEL=="js*",			NAME="input/%k"
 KERNEL=="ts*",			NAME="input/%k"
 
+# IEEE1394 (firewire) devices (must be before raw devices below)
+KERNEL=="raw1394",              NAME="%k"
+KERNEL=="dv1394*",              NAME="dv1394/%n"
+KERNEL=="video1394*",           NAME="video1394/%n"
+
 KERNEL=="raw[0-9]*",		NAME="raw/%k"
 
 KERNEL=="lp[0-9]*",		SYMLINK="par%n"


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/FC-4/udev.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- udev.spec	21 May 2005 03:38:00 -0000	1.91
+++ udev.spec	30 Sep 2005 12:29:27 -0000	1.92
@@ -7,7 +7,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 058
-Release: 1
+Release: 1.0.FC4.1
 License: GPL
 Group: System Environment/Base
 %if !%{with_persistent}
@@ -296,6 +296,12 @@
 %endif
 
 %changelog
+* Fri Sep 30 2005 Harald Hoyer <harald at redhat.com> - 058-1.0.FC4.1
+- special handling of IEEE1394 firewire devices (bug #168093)
+- more msr and cpu symlinks
+- special handling of capi20 and capi
+- added ttyACM
+
 * Fri May 20 2005 Bill Nottingham <notting at redhat.com> - 058-1
 - update to 058, fixes conflict with newer kernels (#158371)
 




More information about the fedora-cvs-commits mailing list