From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schweizer Date: Sat, 11 Jun 2005 06:09:00 +0000 Subject: [PATCH RESEND2] Dialout group for capi devices in the gentoo rules file Message-Id: <200506110809.00292.genstef@gentoo.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="Boundary-00=_8/nqC3EpYQOYSdf" List-Id: To: linux-hotplug@vger.kernel.org --Boundary-00=_8/nqC3EpYQOYSdf Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, currently it is not possible to use the capi devices for users even when the user is in the dialout group. Please apply the attached patch and fix the issue. There is also a gentoo bug about this: http://bugs.gentoo.org/show_bug.cgi?id=92445 Thanks, Stefan --Boundary-00=_8/nqC3EpYQOYSdf Content-Type: text/x-diff; charset="us-ascii"; name="add-dialout-group-for-capi-to-gentoo-rules.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="add-dialout-group-for-capi-to-gentoo-rules.patch" diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules --- udev-056.orig/etc/udev/gentoo/udev.rules 2005-04-30 13:16:10.000000000 +0200 +++ udev-056/etc/udev/gentoo/udev.rules 2005-04-30 13:17:13.000000000 +0200 @@ -51,8 +51,8 @@ KERNEL="seq", NAME="snd/%k" # capi devices -KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20" -KERNEL="capi*", NAME="capi/%n" +KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20", GROUP="dialout" +KERNEL="capi*", NAME="capi/%n", GROUP="dialout" # cpu devices KERNEL="cpu[0-9]*", NAME="cpu/%n/cpuid" --Boundary-00=_8/nqC3EpYQOYSdf-- ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel