diff options
Diffstat (limited to 'backend/drm/properties.c')
-rw-r--r-- | backend/drm/properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/drm/properties.c b/backend/drm/properties.c index 5ca4c8ac..5541d1be 100644 --- a/backend/drm/properties.c +++ b/backend/drm/properties.c @@ -22,6 +22,7 @@ static const struct prop_info connector_info[] = { { "CRTC_ID", INDEX(crtc_id) }, { "DPMS", INDEX(dpms) }, { "EDID", INDEX(edid) }, + { "PATH", INDEX(path) }, { "link-status", INDEX(link_status) }, #undef INDEX }; |