diff options
author | 2012-07-30 22:41:10 +0000 | |
---|---|---|
committer | 2012-07-30 22:41:10 +0000 | |
commit | 76aa6964968458b8bcf13cf2fc51c5e30b3cf857 (patch) | |
tree | d9aa43632738979291c0001f62edac491259453a /sys-fs/udev/files | |
parent | Move inherit around in -171-r6.ebuild and remove unused USE="acl" from metada... (diff) | |
download | historical-76aa6964968458b8bcf13cf2fc51c5e30b3cf857.tar.gz historical-76aa6964968458b8bcf13cf2fc51c5e30b3cf857.tar.bz2 historical-76aa6964968458b8bcf13cf2fc51c5e30b3cf857.zip |
udev-141-r1 can use blacklist-146 instead of blacklist-110 (because the only difference is in commented out example for usblp)
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/udev/files')
-rw-r--r-- | sys-fs/udev/files/blacklist-110 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-fs/udev/files/blacklist-110 b/sys-fs/udev/files/blacklist-110 deleted file mode 100644 index 1a1ee584ad08..000000000000 --- a/sys-fs/udev/files/blacklist-110 +++ /dev/null @@ -1,26 +0,0 @@ -# This file lists modules which will not be loaded by udev, -# not at coldplugging and not on hotplug events. - -# Add your own entries to this file -# in the format "blacklist <name of module>" - -# Some examples: -# evbug is a debug tool and should be loaded explicitly -blacklist evbug - -# Autoloading eth1394 most of the time re-orders your network -# interfaces, and with buggy kernel 2.6.21, udev persistent-net -# is not able to rename these devices, so you get eth?_rename devices -# plus an exceeded 30sec boot timeout -blacklist eth1394 - -# You probably want this to not get the console beep loud on every tab :) -#blacklist pcspkr - -# these drivers are very simple, the HID drivers are usually preferred -#blacklist usbmouse -#blacklist usbkbd - -# Sometimes loading a framebuffer driver at boot gets the console black -#install pci:v*d*sv*sd*bc03sc*i* /bin/true - |