1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

rules: add packages rules

This commit is contained in:
Kay Sievers 2007-08-10 12:40:17 +02:00
parent 95ea93bc6a
commit fcfeda1907
6 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# do not edit this file, it will be overwritten on update
KERNEL=="controlC[0-9]*", NAME="snd/%k"
KERNEL=="hwC[D0-9]*", NAME="snd/%k"
KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k"
KERNEL=="midiC[D0-9]*", NAME="snd/%k"
KERNEL=="timer", NAME="snd/%k"
KERNEL=="seq", NAME="snd/%k"
KERNEL=="mixer0", SYMLINK+="mixer"
KERNEL=="dsp0", SYMLINK+="dsp"
KERNEL=="audio0", SYMLINK+="audio"

View File

@ -0,0 +1,4 @@
# do not edit this file, it will be overwritten on update
KERNEL=="ttyUSB*", ATTRS{product}=="[Hh]andspring*Treo*|[Hh]andspring*Visor*|[Pp]alm*Handheld*", SYMLINK+="pilot"

View File

@ -0,0 +1,6 @@
# do not edit this file, it will be overwritten on update
KERNEL=="iseries/ibmsis*", NAME="%k", GROUP="disk"
KERNEL=="iseries/nvt*", NAME="%k", GROUP="disk"
KERNEL=="iseries/vt*", NAME="%k", GROUP="disk"
KERNEL=="iseries/vtty*", GROUP="uucp"

View File

@ -0,0 +1,4 @@
# do not edit this file, it will be overwritten on update
KERNEL=="z90crypt", MODE="0666"

View File

@ -0,0 +1,8 @@
# do not edit this file, it will be overwritten on update
KERNEL=="zap[0-9]*", NAME="zap/%n"
KERNEL=="zapchannel", NAME="zap/channel"
KERNEL=="zapctl", NAME="zap/ctl"
KERNEL=="zappseudo", NAME="zap/pseudo"
KERNEL=="zaptimer", NAME="zap/timer"

View File

@ -0,0 +1,4 @@
# do not edit this file, it will be overwritten on update
KERNEL=="device-mapper", NAME="mapper/control"