summaryrefslogtreecommitdiff
path: root/etc/udev/gentoo
AgeCommit message (Collapse)Author
2005-08-04updated gentoo rule file to handle removable ide devices.Greg KH
Thanks to Kay for the quick fix. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-08-02Added persistent name rules for block devices to gentoo rule file.Greg Kroah-Hartman
Copied from Kay's rules from the SuSE package. Let the fun begin... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-08-01Update gentoo rules file.Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-07-12fix position of raw rules in gentoo config fileGreg KH
this solve issue of raw1394 device nodes showing up in the proper place. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-07-06fix cdrom symlink problem in gentoo rulesGreg Kroah-Hartman
2005-07-03add IEEE1394 rules to the gentoo rule fileKay Sievers
2005-07-03switch gentoo rules to new operatorsKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-07-02Fix the gentoo udev rules to allow the box to boot properlyGreg KH
2005-06-30Update the gentoo rule fileGreg Kroah-Hartman
2005-06-16[PATCH] Dialout group fix for capi devices in the gentoo rules fileStefan Schweizer
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 diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules
2005-04-26[PATCH] fix raid rules.gregkh@suse.de
Thanks to Kay for pointing it out.
2005-04-26[PATCH] gentoo rule update for raid devices.gregkh@suse.de
From Thierry Vignaud <tvignaud@mandrakesoft.com>
2005-04-26[PATCH] fix gentoo fb permission issue.gregkh@suse.de
2005-04-26[PATCH] remove gentoo permission file as it's not valid anymore.greg@kroah.com
2005-04-26[PATCH] Add infiniband to gentoo rules.greg@kroah.com
2005-04-26[PATCH] Another gentoo fix, adding dvb support.greg@kroah.com
2005-04-26[PATCH] Fix gentoo bug #76056 (fb device group permissions.)greg@kroah.com
2005-04-26[PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device.greg@kroah.com
2005-04-26[PATCH] gentoo/udev.rules: add default permissions for sound devicessschweizer@gmail.com
2005-04-26[PATCH] gentoo fb permission fix.greg@kroah.com
2005-04-26[PATCH] clean up the aoe char device rules, and delete the block one as it's ↵greg@kroah.com
not needed.
2005-04-26[PATCH] add aoe block and char device rules to the gentoo rule file.greg@kroah.com
2005-04-26[PATCH] add SUBSYSTEM rule to catch all block devices and apply the disk ↵kay.sievers@vrfy.org
permissions
2005-04-26[PATCH] add OnStream tape drive ruleskay.sievers@vrfy.org
On Sun, 2004-12-19 at 17:36 +0000, Willem Riede wrote: Would you mind adding OnStream tape drives? > > KERNEL="osst*", NAME="%k", GROUP="tape", MODE="0660" > KERNEL="nosst*", NAME="%k", GROUP="tape", MODE="0660"
2005-04-26[PATCH] simplify rules file by setting default mode to 0660kay.sievers@vrfy.org
On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote: > It may be better to use default_mode="0660", I do not think that there > are any mode 600 devices. This would allow setting only the group for > most of them.
2005-04-26[PATCH] fix some typos in gentoo's udev.rules introduced by the mergekay.sievers@vrfy.org
2005-04-26[PATCH] initial merge of gentoo udev.permissions into udev.ruleskay.sievers@vrfy.org
2005-04-26[PATCH] move distro specific config files into their own directoriesgreg@kroah.com