commit | 0263b3a72fbd2ac9ba59ecc2449a9bc53ccf6fb3 | [log] [tgz] |
---|---|---|
author | Ladi Prosek <lprosek@redhat.com> | Fri Apr 08 17:21:33 2016 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Apr 13 15:52:28 2016 +0200 |
tree | 735ddcd826a5a287013d956a1f1e407c2741cb4b | |
parent | 2d738374665ede5b7c08545e5b44a411e7c3e943 [diff] |
virtio-input: fix emulated tablet axis ranges The reported maximum was wrong. The X and Y coordinates are 0-based so if size is 8000 maximum must be 7FFF. Signed-off-by: Ladi Prosek <lprosek@redhat.com> Message-id: 1460128893-10244-1-git-send-email-lprosek@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>