summaryrefslogtreecommitdiffstats
path: root/rules.d/60-persistent-media-controller.rules
blob: bf614d978374678334713b2629f4f6771264c44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# do not edit this file, it will be overwritten on update

# Media controller rules

ACTION=="remove", GOTO="persistent_media_ctl_end"
SUBSYSTEM!="media", GOTO="persistent_media_ctl_end"
ENV{MAJOR}=="", GOTO="persistent_media_ctl_end"

IMPORT{builtin}="path_id"
ENV{ID_PATH}=="?*", KERNEL=="media*", SYMLINK+="media/by-path/$env{ID_PATH}-media-controller"

LABEL="persistent_media_ctl_end"