Annotation of /trunk/udev/pnp-aliases
Parent Directory | Revision Log
Revision 190 -
(hide annotations)
(download)
Thu May 17 19:24:51 2007 UTC (17 years, 5 months ago) by niro
File size: 665 byte(s)
Thu May 17 19:24:51 2007 UTC (17 years, 5 months ago) by niro
File size: 665 byte(s)
-moved pnp-aliases to an extra file
1 | niro | 190 | # /etc/modprobe.d/pnp-aliases - some pnp aliases for udev used by modprobe |
2 | # $Header: /root/magellan-cvs/src/udev/pnp-aliases,v 1.1 2007-05-17 19:24:51 niro Exp $ | ||
3 | # | ||
4 | # These aliases are used by this udev-rule: | ||
5 | # SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c 'while read id; do /lib/udev/modprobe.sh pnp:d$$id; done < /sys$devpath/id'" | ||
6 | # | ||
7 | # They should help to autoload drivers used by various pnp-devices | ||
8 | # (if not blacklisted somewhere else) | ||
9 | # | ||
10 | alias pnp:dPNP0510 irtty-sir | ||
11 | alias pnp:dPNP0511 irtty-sir | ||
12 | alias pnp:dPNP0700 floppy | ||
13 | alias pnp:dPNP0800 pcspkr | ||
14 | alias pnp:dPNP0b00 rtc | ||
15 | alias pnp:dPNP0303 atkbd | ||
16 | alias pnp:dPNP0f13 psmouse | ||
17 | alias pnp:dPNPb02f analog | ||
18 |