chiark / gitweb /
rules: load path_id on DRM devices
[elogind.git] / rules / 60-drm.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="drm_end"
4 SUBSYSTEM!="drm", GOTO="drm_end"
5
6 SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"
7
8 LABEL="drm_end"