Skip to content

backends/drm: fix udev event KWIN_DRM_DEVICES check

Aiberia requested to merge aiberia/kwin:kwin_drm_devices into master

The existing check incorrectly compares the directory path only. This allows unintended GPUs to be added when events occur for them, such as with "udevadm trigger".

Update the check to use the full path.

Edited by Aiberia

Merge request reports