internal_systemd/rules/60-drm.rules
David Herrmann 0a8da8305a rules: load path_id on DRM devices
The path_id-builtin provides useful unique aliases for DRM devices. If we
want to configure DRM render-nodes for compositors, we want to avoid
storing the whole sys-path in configuration files. Hence, allow users to
store the short PATH_ID instead.

Load path_id-builtin unconditionally on DRM devices now to always provide
this alias.
2013-11-03 13:12:13 +01:00

9 lines
201 B
Plaintext

# do not edit this file, it will be overwritten on update
ACTION=="remove", GOTO="drm_end"
SUBSYSTEM!="drm", GOTO="drm_end"
SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"
LABEL="drm_end"