linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Schweizer <sschweizer@gmail.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Bug in latest udev
Date: Sat, 05 Feb 2005 14:40:40 +0000	[thread overview]
Message-ID: <e79639220502050640df719a9@mail.gmail.com> (raw)
In-Reply-To: <e7963922050205051668922de0@mail.gmail.com>

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

On Sat, 05 Feb 2005 15:24:12 +0100, Kay Sievers <kay.sievers@vrfy.org> wrote:
> If the SUBSYSTEM rule works for you? Would be nice, if you can send a
> patch for the gentoo rules to apply.

I hope the attached patch is ok.

Regards,
Stefan

[-- Attachment #2: add-group-audio-to-alsa-in-dev-rules.patch --]
[-- Type: application/octet-stream, Size: 380 bytes --]

--- udev-051/etc/udev/gentoo/udev.rules	2005-02-03 01:26:58.000000000 +0100
+++ /etc/udev/rules.d/50-udev.rules	2005-02-05 15:02:10.000000000 +0100
@@ -32,6 +32,8 @@
 KERNEL="3dfx*",		NAME="%k", GROUP="video"
 
 # alsa devices
+SUBSYSTEM="sound", GROUP="audio"
+
 KERNEL="controlC[0-9]*",	NAME="snd/%k"
 KERNEL="hw[CD0-9]*",		NAME="snd/%k"
 KERNEL="pcm[CD0-9cp]*",		NAME="snd/%k"

  parent reply	other threads:[~2005-02-05 14:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-05 13:16 Bug in latest udev Stefan Schweizer
2005-02-05 13:29 ` Kay Sievers
2005-02-05 14:03 ` Stefan Schweizer
2005-02-05 14:05 ` Marco d'Itri
2005-02-05 14:24 ` Kay Sievers
2005-02-05 14:40 ` Stefan Schweizer [this message]
2005-02-05 15:42 ` Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e79639220502050640df719a9@mail.gmail.com \
    --to=sschweizer@gmail.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).