Skip to content

wacom: Pair only builtin pads with tablets

Pad and tablet grouping has become more irrelevant to the Settings UI since commit 39402f21, as the EKR is the only known case of an additional pad with distinct vendor/product that is tied to another device.

But we preserved the grouping of pads (for the tablet EKRs get paired with), thus possibly still requesting the pad OSD to be shown on one of these arbitrarily.

In order to ensure that each "Map Buttons..." button in the UI goes to the right pad being mapped, drop this grouping of tablets, and make a CcWacomPage only observe a stylus/pad pair in the same group (i.e. belonging to the same device, if multiple similar ones are plugged) and with the same vendor+product (i.e. coming from the same device).

Closes: #2876 (closed)

Merge request reports