Skip to content

padOsd: Ensure to pick pad devices only

Carlos Garnacho requested to merge carlosg/gnome-shell:fix-issue-10 into master

If the underlying X11 input driver creates multiple devices from a single device node, we may end up picking up the wrong device. So, instead of picking the first device based on node and bailing out if it's not a pad, pick the first pad that has that device node, and bail out if there is none.

#10 (closed)

Closes: #10 (closed)

Merge request reports