Re: [PATCH] HID: hid-magicmouse: Correct touch orientation direction
From: Chase Douglas <hidden>
Date: 2011-03-09 17:44:51
Also in:
lkml
From: Chase Douglas <hidden>
Date: 2011-03-09 17:44:51
Also in:
lkml
On 03/09/2011 12:38 PM, Henrik Rydberg wrote:
The magic trackpad and mouse both report touch orientation in opposite direction to the bcm5974 driver and what is written in Documents/input/multi-touch-protocol.txt. This patch reverts the direction, so that all in-kernel devices with this feature behave the same way. Since no known application has been utilizing this information yet, it seems appropriate also for stable. Cc: stable@kernel.org Cc: Michael Poole <redacted> Cc: Chase Douglas <redacted> Signed-off-by: Henrik Rydberg <redacted>
Acked-by: Chase Douglas <redacted> Thanks for fixing this!