Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160703 - app-misc/rioutil-1.5.0 udev patch
Summary: app-misc/rioutil-1.5.0 udev patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-07 15:35 UTC by Jouni Rinne
Modified: 2007-10-01 04:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-misc/rioutil/files/75-rio.rules (75-rio.rules,1.39 KB, text/plain)
2007-01-07 15:36 UTC, Jouni Rinne
Details
rioutil-1.5.0-r1 patch (rioutil-1.5.0-r1.diff,371 bytes, patch)
2007-01-07 15:37 UTC, Jouni Rinne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Rinne 2007-01-07 15:35:25 UTC
Rioutil really needs a set of udev rules to be able to work with current udev-enabled systems. Here are 1) a udev rule file and 2) a patch for the rioutil-1.5.0 ebuild, which installs the file
Comment 1 Jouni Rinne 2007-01-07 15:36:33 UTC
Created attachment 105821 [details]
app-misc/rioutil/files/75-rio.rules
Comment 2 Jouni Rinne 2007-01-07 15:37:32 UTC
Created attachment 105823 [details, diff]
rioutil-1.5.0-r1 patch
Comment 3 Matthias Schwarzott gentoo-dev 2007-01-14 15:00:50 UTC
The begining of the udev-rules file must be:
# SUBSYSTEM!="usb_device", GOTO="rio_rules_end"
# ACTION!="add", GOTO="rio_rules_end"
instead of
# SUBSYSTEM!="usb_device", ACTION!="add", GOTO="rio_rules_end".

As on one line all conditions are combined with "and", but you want "or".

But nevertheless the rules look else correct.
Comment 4 Matthias Schwarzott gentoo-dev 2007-08-18 16:46:51 UTC
If someone inteands to commit this:
to work with kernel 2.6.22 it needs to be:

# ACTION!="add", GOTO="rio_rules_end"
# SUBSYSTEM!="usb|usb_device", GOTO="rio_rules_end"
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2007-10-01 04:17:09 UTC
Fixed.  Thank you.