]> Git Repo - qemu.git/commit
virtio-input: fix emulated tablet axis ranges
authorLadi Prosek <[email protected]>
Fri, 8 Apr 2016 15:21:33 +0000 (17:21 +0200)
committerGerd Hoffmann <[email protected]>
Wed, 13 Apr 2016 13:52:28 +0000 (15:52 +0200)
commit0263b3a72fbd2ac9ba59ecc2449a9bc53ccf6fb3
tree735ddcd826a5a287013d956a1f1e407c2741cb4b
parent2d738374665ede5b7c08545e5b44a411e7c3e943
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 <[email protected]>
Message-id: 1460128893[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/input/virtio-input-hid.c
This page took 0.02586 seconds and 4 git commands to generate.