xcb: get Genius/Waltop tablets working again
It was working at some point, but not in 5.5.0. Task-number: QTBUG-48370 Change-Id: I8a0e09d4dfa9ace3d69c10c5f88129958d226a9a Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
parent
d427417c74
commit
d0ca16eae1
@ -216,6 +216,12 @@ void QXcbConnection::xi2SetupDevices()
|
|||||||
isTablet = true;
|
isTablet = true;
|
||||||
tabletData.pointerType = QTabletEvent::Pen;
|
tabletData.pointerType = QTabletEvent::Pen;
|
||||||
dbgType = QLatin1String("pen");
|
dbgType = QLatin1String("pen");
|
||||||
|
} else if (name.contains("waltop") && name.contains("tablet")) {
|
||||||
|
// other "Genius" tablets
|
||||||
|
// WALTOP International Corp. Slim Tablet
|
||||||
|
isTablet = true;
|
||||||
|
tabletData.pointerType = QTabletEvent::Pen;
|
||||||
|
dbgType = QLatin1String("pen");
|
||||||
} else {
|
} else {
|
||||||
isTablet = false;
|
isTablet = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user