aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-11-02 09:57:24 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-11-02 09:57:24 -0500
commit995abb36da951ed612f068a324ecbb5e33f9e389 (patch)
tree332bdea777c574bc1fa6f1aad8530a866e6b923f
parentUpdate makefile dist target and add snapshot target (diff)
downloadudev-gentoo-scripts-995abb36da951ed612f068a324ecbb5e33f9e389.tar.gz
udev-gentoo-scripts-995abb36da951ed612f068a324ecbb5e33f9e389.tar.bz2
udev-gentoo-scripts-995abb36da951ed612f068a324ecbb5e33f9e389.zip
remove pnp-aliases.conf
The rule mentioned in this file does not exist in udev upstream, so I am removing this file.
-rw-r--r--modprobe.d/pnp-aliases.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/modprobe.d/pnp-aliases.conf b/modprobe.d/pnp-aliases.conf
deleted file mode 100644
index 3675fbb..0000000
--- a/modprobe.d/pnp-aliases.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# /etc/modprobe.d/pnp-aliases
-#
-# These aliases are used by this udev-rule:
-# SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'"
-#
-# They should help to autoload drivers used by various pnp-devices
-# (if not blacklisted somewhere else)
-#
-alias pnp:dPNP0510 irtty-sir
-alias pnp:dPNP0511 irtty-sir
-alias pnp:dPNP0700 floppy
-alias pnp:dPNP0800 pcspkr
-alias pnp:dPNP0b00 rtc
-alias pnp:dPNP0303 atkbd
-alias pnp:dPNP0f13 psmouse
-alias pnp:dPNPb02f analog
-