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"
|
|
|
|
|
2012-01-01 11:21:15 +08:00
|
|
|
IMPORT{program}="v4l_id $devnode"
|
2008-06-26 23:28:13 +08:00
|
|
|
|
2011-08-05 08:00:30 +08:00
|
|
|
SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id"
|
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"
|
|
|
|
|
2011-08-05 08:00:30 +08:00
|
|
|
IMPORT{builtin}="path_id"
|
2023-05-02 01:28:35 +08:00
|
|
|
KERNEL=="video*|vbi*", ENV{ID_PATH}=="?*", SYMLINK+="v4l/by-path/$env{ID_PATH}-video-index$attr{index}"
|
|
|
|
KERNEL=="video*|vbi*", ENV{ID_PATH_WITH_USB_REVISION}=="?*", SYMLINK+="v4l/by-path/$env{ID_PATH_WITH_USB_REVISION}-video-index$attr{index}"
|
|
|
|
KERNEL=="audio*", ENV{ID_PATH}=="?*", SYMLINK+="v4l/by-path/$env{ID_PATH}-audio-index$attr{index}"
|
|
|
|
KERNEL=="audio*", ENV{ID_PATH_WITH_USB_REVISION}=="?*", SYMLINK+="v4l/by-path/$env{ID_PATH_WITH_USB_REVISION}-audio-index$attr{index}"
|
2008-06-26 23:28:13 +08:00
|
|
|
|
|
|
|
LABEL="persistent_v4l_end"
|