From: Chase Douglas Date: Wed, 8 Dec 2010 23:08:04 +0000 (-0800) Subject: HID: magicmouse: Don't report REL_{X,Y} for Magic Trackpad X-Git-Tag: v2.6.38-rc1~442^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a66bbd693c12f71697c61207aa18bc5a12da0ab;p=pandora-kernel.git HID: magicmouse: Don't report REL_{X,Y} for Magic Trackpad With the recent switch to having the hid layer handle standard axis initialization, the Magic Trackpad now reports relative axes. This would be fine in the normal mode, but the driver puts the device in multitouch mode where no relative events are generated. Also, userspace software depends on accurate axis information for device type detection. Thus, ignoring the relative axes from the Magic Trackpad is best. Signed-off-by: Chase Douglas Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed