On Saturday 26 May 2007, Andreas Jellinghaus wrote: > avilable at > https://www.opensc-project.org/files/openct/testing/openct-0.6.12-pre2.tar. >gz > > TODO before release: have a look at udev warnings/issues and try to > improve. feedback on various linux distributions and what warnings or > errors udev report with the included udev rules file would be very welcome!
According to udev release notes, SUBSYSTEMS was introduced in udev 098. I think in earlier versions it was called BUS, and that BUS should still work with the latest versions (took a brief look into udev 111 sources). Patch attached.
Index: etc/openct.udev =================================================================== --- etc/openct.udev (revision 964) +++ etc/openct.udev (working copy) @@ -48,7 +48,7 @@ # udev pcmcia rules file for openct # -SUBSYSTEMS!="pcmcia", GOTO="openct_pcmcia_rules_end" +BUS!="pcmcia", GOTO="openct_pcmcia_rules_end" ACTION!="add", GOTO="openct_pcmcia_rules_end" # omnikey cardman 4040
_______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel