linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND2] Dialout group for capi devices in the gentoo rules file
@ 2005-06-11  6:09 Stefan Schweizer
  2005-06-16 23:23 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schweizer @ 2005-06-11  6:09 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

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

[-- Attachment #2: add-dialout-group-for-capi-to-gentoo-rules.patch --]
[-- Type: text/x-diff, Size: 576 bytes --]

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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND2] Dialout group for capi devices in the gentoo rules file
  2005-06-11  6:09 [PATCH RESEND2] Dialout group for capi devices in the gentoo rules file Stefan Schweizer
@ 2005-06-16 23:23 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2005-06-16 23:23 UTC (permalink / raw)
  To: linux-hotplug

On Sat, Jun 11, 2005 at 08:09:00AM +0200, Stefan Schweizer wrote:
> 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’445

Sorry for the delay, I've applied this to the tree now.

greg k-h


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click
_______________________________________________
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-16 23:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-11  6:09 [PATCH RESEND2] Dialout group for capi devices in the gentoo rules file Stefan Schweizer
2005-06-16 23:23 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).