]> Git Repo - linux.git/commit - drivers/hid/hid-magicmouse.c
HID: magicmouse: Adjust major / minor axes to scale
authorHenrik Rydberg <[email protected]>
Wed, 1 Sep 2010 01:56:24 +0000 (21:56 -0400)
committerJiri Kosina <[email protected]>
Fri, 1 Oct 2010 13:42:47 +0000 (15:42 +0200)
commit921990b7046ab4fb523cbccc5bce2c921762232d
tree366ba7e41687a360eaf9becb3b31fec3e4ecaecb
parent64eb105d7f92fa48798106ac0d8bf17668eb2524
HID: magicmouse: Adjust major / minor axes to scale

By visual inspection, the reported touch_major and touch_minor axes
are roughly a factor of four too small. The factor is approximate,
since the protocol is not known and the HID report encodes touch size
with fewer bits than positions. This patch scales the reported values
by a factor of four.

Signed-off-by: Henrik Rydberg <[email protected]>
Signed-off-by: Chase Douglas <[email protected]>
Acked-by: Michael Poole <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
drivers/hid/hid-magicmouse.c
This page took 0.051672 seconds and 4 git commands to generate.