https://bugs.kde.org/show_bug.cgi?id=363443
--- Comment #6 from v.harishan...@gmail.com --- I can confirm that tablet works with pressure if I add these lines to the source just below the code for "uc-logic". else if (name.contains("ugee")) { isTablet = true; tabletData.pointerType = QTabletEvent::Pen; dbgType = QLatin1String("pen"); } My tablet is identified by xinput as UGEE 10.1 Tablet Monitor: ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Logitech USB Optical Mouse id=10 [slave pointer (2)] ⎜ ↳ UGEE 10.1 Tablet Monitor id=16 [slave pointer (2)] ⎜ ↳ UGEE 10.1 Tablet Monitor id=17 [slave pointer (2)] ⎜ ↳ UGEE 10.1 Tablet Monitor id=18 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Video Bus id=7 [slave keyboard (3)] ↳ Video Bus id=8 [slave keyboard (3)] ↳ Power Button id=9 [slave keyboard (3)] ↳ HP Truevision HD id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)] ↳ HP WMI hotkeys id=14 [slave keyboard (3)] ↳ HP Wireless hotkeys id=15 [slave keyboard (3)] -- You are receiving this mail because: You are watching all bug changes.