diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 20:13:17 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 20:13:17 +0200 |
commit | 446f9318161a10ef177b0a80c8ad2acc424b6454 (patch) | |
tree | cbda33bc93ba5fabdae394bf95ab5154fb5a57f9 /extras/v4l_id/60-persistent-v4l.rules | |
parent | c283f81cb7b3451cc3be75314d670cd5b8c7be3c (diff) |
v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
Diffstat (limited to 'extras/v4l_id/60-persistent-v4l.rules')
-rw-r--r-- | extras/v4l_id/60-persistent-v4l.rules | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extras/v4l_id/60-persistent-v4l.rules b/extras/v4l_id/60-persistent-v4l.rules new file mode 100644 index 0000000000..a342a71949 --- /dev/null +++ b/extras/v4l_id/60-persistent-v4l.rules @@ -0,0 +1,20 @@ +# do not edit this file, it will be overwritten on update + +ACTION!="add|change", GOTO="persistent_v4l_end" +SUBSYSTEM!="video4linux", GOTO="persistent_v4l_end" +ENV{MAJOR}=="", GOTO="persistent_v4l_end" + +IMPORT{program}="v4l_id $tempnode" + +SUBSYSTEMS=="usb", IMPORT{program}="usb_id --export %p" +KERNEL=="video*", ENV{ID_SERIAL}=="?*", SYMLINK+="v4l/by-id/$env{ID_BUS}-$env{ID_SERIAL}-video-index$attr{index}" + +# 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" |