[arch-commits] Commit in udev/trunk (81-arch.rules)

Tom Gundersen tomegun at archlinux.org
Fri Aug 19 13:38:42 UTC 2011


    Date: Friday, August 19, 2011 @ 09:38:41
  Author: tomegun
Revision: 135846

rules: remove sgi_fetchop permissions

The mspec driver is not available on i686/x86_64, so this can go away.

Also, added some comments so we will remember to review/remove the last few
rules.

Modified:
  udev/trunk/81-arch.rules

---------------+
 81-arch.rules |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: 81-arch.rules
===================================================================
--- 81-arch.rules	2011-08-19 10:37:17 UTC (rev 135845)
+++ 81-arch.rules	2011-08-19 13:38:41 UTC (rev 135846)
@@ -1,6 +1,8 @@
 # Udev rules for Archlinux by Tobias Powalowski <tpowa at archlinux.org>
 # do not edit this file, it will be overwritten on update
 
+## The storage group ##
+
 # permissions for removable devices like cardreaders or sticks
 KERNEL=="sd*", ATTRS{scsi_level}=="3", ATTRS{type}=="0", GROUP="storage"
 
@@ -18,9 +20,11 @@
 KERNEL=="hd*", ENV{ID_TYPE}=="generic", GROUP="storage"
 LABEL="pcmcia_end"
 
-# misc
-KERNEL=="sgi_fetchop",	MODE="0666"
+## Misc permissions ##
+
+# this might belong in <http://aur.archlinux.org/packages.php?ID=22698>
+# see also /usr/src/*/Documentation/laptops/sonypi.txt
 KERNEL=="sonypi",	MODE="0666"
 
-# USB devices
+# should this maybe be packaged with the userspace tool?
 KERNEL=="legousbtower*", MODE="0666"




More information about the arch-commits mailing list