summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-03-19 15:23:24 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-03-19 15:23:24 -0500
commita7ac96164f626c750c8ac0ff2d19cc246fed5e64 (patch)
treebd0f6f2d151b9b4c6a9a51cc6dbabe7930650ae3
parentremove old blacklist.conf file (diff)
downloadudev-gentoo-scripts-a7ac96164f626c750c8ac0ff2d19cc246fed5e64.tar.gz
udev-gentoo-scripts-a7ac96164f626c750c8ac0ff2d19cc246fed5e64.tar.bz2
udev-gentoo-scripts-a7ac96164f626c750c8ac0ff2d19cc246fed5e64.zip
Remove 40-gentoo.rules.
These rules belong in the main udev package; not the init scripts.
-rw-r--r--rules.d/40-gentoo.rules14
1 files changed, 0 insertions, 14 deletions
diff --git a/rules.d/40-gentoo.rules b/rules.d/40-gentoo.rules
deleted file mode 100644
index fa99ba9..0000000
--- a/rules.d/40-gentoo.rules
+++ /dev/null
@@ -1,14 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-# setting permissions
-SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
-
-# dialout devices
-KERNEL=="ippp*|isdn*|dcbri*|rfcomm*|ttyACM[0-9]*|pilot", GROUP="uucp"
-
-# sound devices (oss)
-SUBSYSTEM=="snd", GROUP="audio"
-
-# Sony Vaio Jogdial sonypi device
-KERNEL=="sonypi", MODE="0666"
-