HID: magicmouse: Adjust major / minor axes to scale
authorHenrik Rydberg <rydberg@euromail.se>
Wed, 1 Sep 2010 01:56:24 +0000 (21:56 -0400)
committerJiri Kosina <jkosina@suse.cz>
Fri, 1 Oct 2010 13:42:47 +0000 (15:42 +0200)
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 <rydberg@euromail.se>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Acked-by: Michael Poole <mdpoole@troilus.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found