blob: 99a1c66c6927936199fc23dfd273190e70a2d37c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# do not edit this file, it will be overwritten on update
# capi devices
KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20"
KERNEL=="capi*", NAME="capi/%n"
# old devfs path, removing this could break systems
# Bug 195839
KERNEL=="md[0-9]*", SYMLINK+="md/%n"
KERNEL=="loop[0-9]*", SYMLINK+="loop/%n"
KERNEL=="ram[0-9]*", SYMLINK+="rd/%n"
|