]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/fuzz/fuzz-udev-rules/60-drm.rules
Merge pull request #16219 from ssahani/network-sr-iov
[thirdparty/systemd.git] / test / fuzz / fuzz-udev-rules / 60-drm.rules
CommitLineData
2e646cbe
EV
1# do not edit this file, it will be overwritten on update
2
3ACTION!="remove", SUBSYSTEM=="drm", SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"
4
5# by-path
6ENV{ID_PATH}=="?*", KERNEL=="card*", SYMLINK+="dri/by-path/$env{ID_PATH}-card"
7ENV{ID_PATH}=="?*", KERNEL=="controlD*", SYMLINK+="dri/by-path/$env{ID_PATH}-control"
8ENV{ID_PATH}=="?*", KERNEL=="renderD*", SYMLINK+="dri/by-path/$env{ID_PATH}-render"