rpms/udev/devel udev.rules,1.35,1.36 udev.spec,1.99,1.100

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 3 03:01:41 UTC 2005


Author: notting

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

Modified Files:
	udev.rules udev.spec 
Log Message:
allow pcmcia function id matching (#164665)



Index: udev.rules
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.rules,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- udev.rules	2 Aug 2005 15:23:38 -0000	1.35
+++ udev.rules	3 Aug 2005 03:01:38 -0000	1.36
@@ -244,6 +244,9 @@
 	RUN+="/sbin/modprobe $modalias"
 ACTION=="add", SUBSYSTEM=="pcmcia", MODALIAS=="*", \
 	RUN+="/sbin/modprobe $modalias"
+ACTION=="add", SUBSYSTEM=="pcmcia", MODALIAS=="*", \
+        RUN+="/bin/sh -c 'echo 1 > /sys/$DEVPATH/allow_func_id_match'"
+
 ACTION=="add", SUBSYSTEM=="ieee1394", MODALIAS=="*", \
 	RUN+="/sbin/modprobe $modalias"
 


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- udev.spec	2 Aug 2005 15:23:38 -0000	1.99
+++ udev.spec	3 Aug 2005 03:01:38 -0000	1.100
@@ -7,7 +7,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 063
-Release: 4
+Release: 5
 License: GPL
 Group: System Environment/Base
 %if !%{with_persistent}
@@ -289,6 +289,10 @@
 %endif
 
 %changelog
+* Tue Aug 02 2005 Bill Nottingham <notting at redhat.com> - 063-5
+- add rule to allow function id matching for pcmcia after loading
+  modules (#164665)
+
 * Tue Aug 02 2005 Harald Hoyer <harald at redhat.com> - 063-4
 - fixed typo for tape devices and changed mode to 0660
 




More information about the fedora-cvs-commits mailing list