blob: de038c1191c423c72736b1df1e83b151d16bd2d1 (
plain)
1
2
3
4
5
6
7
8
|
# 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"
|