Summary: | udev rules oss midi broken, proposed changes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jordan <xero> |
Component: | New packages | Assignee: | Greg Kroah-Hartman (RETIRED) <gregkh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, ddickey, gregkh, sbriesen |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
patch to udev.rules
further simplified |
Description
Jordan
2004-03-04 01:49:16 UTC
Created attachment 26814 [details, diff]
patch to udev.rules
patch to the default udev.rules (${FILESDIR}/udev.rules-18)
Created attachment 26815 [details, diff]
further simplified
this just swaps a few names with %k to shorten things up.
Re: the initial comment. Jordan, I belive you are confusing regex pattern matching and glob patterns. if you do a: $ ls /dev/dsp[0-9]* you will never see "/dev/dsp" listed, nor should you. I see now, thanks. The patch still takes care of it so it's no big deal anyway, just would have been a lot nicer if I could have done it with fewer lines. This isn't needed anymore, correct? as far as I know despite udev 022 being released, this problem is still there, as it's not a udev problem, it's because the rules written in udev.rules are grabbing more then they should (midi2 for example) and not enough in other cases (only grabbing and putting some, not all, dsp devices into /dev/sound.) Ok, I'll look into fixing this for the next udev release. fixed in 024 release. |