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:
parent
95ea93bc6a
commit
fcfeda1907
11
etc/udev/packages/40-alsa.rules
Normal file
11
etc/udev/packages/40-alsa.rules
Normal 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"
|
4
etc/udev/packages/40-pilot-links.rules
Normal file
4
etc/udev/packages/40-pilot-links.rules
Normal 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"
|
||||
|
6
etc/udev/packages/40-ppc.rules
Normal file
6
etc/udev/packages/40-ppc.rules
Normal 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"
|
4
etc/udev/packages/40-s390.rules
Normal file
4
etc/udev/packages/40-s390.rules
Normal file
@ -0,0 +1,4 @@
|
||||
# do not edit this file, it will be overwritten on update
|
||||
|
||||
KERNEL=="z90crypt", MODE="0666"
|
||||
|
8
etc/udev/packages/40-zaptel.rules
Normal file
8
etc/udev/packages/40-zaptel.rules
Normal 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"
|
||||
|
4
etc/udev/packages/64-device-mapper.rules
Normal file
4
etc/udev/packages/64-device-mapper.rules
Normal file
@ -0,0 +1,4 @@
|
||||
# do not edit this file, it will be overwritten on update
|
||||
|
||||
KERNEL=="device-mapper", NAME="mapper/control"
|
||||
|
Loading…
Reference in New Issue
Block a user