https://bugs.kde.org/show_bug.cgi?id=466271

--- Comment #1 from Danilo Luvizotto <danilo.luvizo...@gmail.com> ---
I just was told on the Plasma Matrix channel, there's a TAG that can be used in
the udev rule so only Plasma will ignore a pointer device:

```
# FTS3528:00 2808:1015 UNKNOWN (tablet device)
ACTION=="add|change", KERNEL=="event[0-9]*", \
   ATTRS{id/vendor}=="2808", \
   ATTRS{id/product}=="1015", \
   ATTRS{name}=="FTS3528:00 2808:1015 UNKNOWN", \
   TAG+="kwin-ignore-tablet-mode"

# Valve Software Steam Controller (pointer device)
ACTION=="add|change", KERNEL=="event[0-9]*", \
   ATTRS{id/vendor}=="28de", \
   ATTRS{id/product}=="1205", \
   ATTRS{name}=="Valve Software Steam Controller", \
   TAG+="kwin-ignore-tablet-mode"
```

This is a much better workaround, but still not a fix.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to