blob: 0d673ab39627a311bebab816797a777d105c48f4 [file] [log] [blame]
Kay Sieversec9611d2008-06-26 17:28:13 +02001# do not edit this file, it will be overwritten on update
2
3ACTION!="add|change", GOTO="persistent_v4l_end"
4SUBSYSTEM!="video4linux", GOTO="persistent_v4l_end"
5
6# check for valid "index" number
7TEST!="index", GOTO="persistent_v4l_end"
8ATTR{index}!="?*", GOTO="persistent_v4l_end"
9
10IMPORT{program}="path_id %p"
11ENV{ID_PATH}=="?*", KERNEL=="video*|vbi*", SYMLINK+="v4l/by-path/$env{ID_PATH}-video-index$attr{index}"
12ENV{ID_PATH}=="?*", KERNEL=="audio*", SYMLINK+="v4l/by-path/$env{ID_PATH}-audio-index$attr{index}"
13
14LABEL="persistent_v4l_end"