Magellan Linux

Contents of /tags/udev-141-r3/udev/pnp-aliases

Parent Directory Parent Directory | Revision Log Revision Log


Revision 767 - (show annotations) (download)
Fri Apr 24 19:39:31 2009 UTC (15 years ago) by (unknown author)
File size: 665 byte(s)
This commit was manufactured by cvs2svn to create tag 'udev-141-r3'.
1 # /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