Made suffix on persistent subdevice symlinks use underscore
for consistency.
This commit is contained in:
parent
81ba50ceec
commit
acfb8c3fb4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ACTION!="add", GOTO="comedi_add_end"
|
|||
KERNEL=="comedi[0-9]*", KERNEL!="comedi[0-9]*_subd[0-9]*", SUBSYSTEMS=="pci", SYMLINK+="comedi/by-id/pci-$id"
|
||||
|
||||
#persistent subdevice symlinks
|
||||
KERNEL=="comedi[0-9]*subd[0-9]*", SUBSYSTEMS=="pci", SYMLINK+="comedi/by-id/pci-$id-subd%n"
|
||||
KERNEL=="comedi[0-9]*subd[0-9]*", SUBSYSTEMS=="pci", SYMLINK+="comedi/by-id/pci-$id_subd%n"
|
||||
|
||||
|
||||
#The following line would automatically run comedi_config on main device file
|
||||
|
|
Loading…
Add table
Reference in a new issue