Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: modprobe.d/
Date: Wed, 02 Nov 2011 15:01:17
Message-Id: 995abb36da951ed612f068a324ecbb5e33f9e389.WilliamH@gentoo
1 commit: 995abb36da951ed612f068a324ecbb5e33f9e389
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 14:57:24 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 14:57:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=995abb36
7
8 remove pnp-aliases.conf
9
10 The rule mentioned in this file does not exist in udev upstream, so I am
11 removing this file.
12
13 ---
14 modprobe.d/pnp-aliases.conf | 17 -----------------
15 1 files changed, 0 insertions(+), 17 deletions(-)
16
17 diff --git a/modprobe.d/pnp-aliases.conf b/modprobe.d/pnp-aliases.conf
18 deleted file mode 100644
19 index 3675fbb..0000000
20 --- a/modprobe.d/pnp-aliases.conf
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 -# /etc/modprobe.d/pnp-aliases
24 -#
25 -# These aliases are used by this udev-rule:
26 -# SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'"
27 -#
28 -# They should help to autoload drivers used by various pnp-devices
29 -# (if not blacklisted somewhere else)
30 -#
31 -alias pnp:dPNP0510 irtty-sir
32 -alias pnp:dPNP0511 irtty-sir
33 -alias pnp:dPNP0700 floppy
34 -alias pnp:dPNP0800 pcspkr
35 -alias pnp:dPNP0b00 rtc
36 -alias pnp:dPNP0303 atkbd
37 -alias pnp:dPNP0f13 psmouse
38 -alias pnp:dPNPb02f analog
39 -