2008-06-26 23:28:13 +08:00
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
2010-04-12 22:52:41 +08:00
|
|
|
ACTION=="remove", GOTO="persistent_v4l_end"
|
2008-06-26 23:28:13 +08:00
|
|
|
SUBSYSTEM!="video4linux", GOTO="persistent_v4l_end"
|
2009-06-17 00:41:05 +08:00
|
|
|
ENV{MAJOR}=="", GOTO="persistent_v4l_end"
|
|
|
|
|
|
|
|
IMPORT{program}="v4l_id $tempnode"
|
2008-06-26 23:28:13 +08:00
|
|
|
|
2009-02-27 00:05:58 +08:00
|
|
|
SUBSYSTEMS=="usb", IMPORT{program}="usb_id --export %p"
|
2008-11-20 09:26:13 +08:00
|
|
|
KERNEL=="video*", ENV{ID_SERIAL}=="?*", SYMLINK+="v4l/by-id/$env{ID_BUS}-$env{ID_SERIAL}-video-index$attr{index}"
|
|
|
|
|
2008-06-26 23:28:13 +08:00
|
|
|
# check for valid "index" number
|
|
|
|
TEST!="index", GOTO="persistent_v4l_end"
|
|
|
|
ATTR{index}!="?*", GOTO="persistent_v4l_end"
|
|
|
|
|
|
|
|
IMPORT{program}="path_id %p"
|
2009-05-14 06:32:25 +08:00
|
|
|
ENV{ID_PATH}=="?*", KERNEL=="video*|vbi*", SYMLINK+="v4l/by-path/$env{ID_PATH}-video-index$attr{index}"
|
2008-06-26 23:28:13 +08:00
|
|
|
ENV{ID_PATH}=="?*", KERNEL=="audio*", SYMLINK+="v4l/by-path/$env{ID_PATH}-audio-index$attr{index}"
|
|
|
|
|
|
|
|
LABEL="persistent_v4l_end"
|