mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 01:20:00 +07:00
282988c4f8
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
ACTION!="add|change", GOTO="persistent_v4l_end"
|
|
SUBSYSTEM!="video4linux", GOTO="persistent_v4l_end"
|
|
|
|
# check for valid "index" number
|
|
TEST!="index", GOTO="persistent_v4l_end"
|
|
ATTR{index}!="?*", GOTO="persistent_v4l_end"
|
|
|
|
IMPORT{program}="path_id %p"
|
|
ENV{ID_PATH}=="?*", KERNEL=="video*|vbi*", SYMLINK+="v4l/by-path/$env{ID_PATH}-video-index$attr{index}"
|
|
ENV{ID_PATH}=="?*", KERNEL=="audio*", SYMLINK+="v4l/by-path/$env{ID_PATH}-audio-index$attr{index}"
|
|
|
|
LABEL="persistent_v4l_end"
|