Comment 26 for bug 1307701

Revision history for this message
Alberto Milone (albertomilone) wrote :

@Stephen: I guess that means that your device passes the following check:

if (tabletData.valuatorInfo.contains(QXcbAtom::AbsX) &&
     tabletData.valuatorInfo.contains(QXcbAtom::AbsY) &&
     tabletData.valuatorInfo.contains(QXcbAtom::AbsPressure))

which you can check using xinput list-props $device_id or simply using evtest.

I have a non-tablet and a tablet, they are both affected by the same problem, except that fixing the tablet use case will probably take a little more work.