HID: magicmouse: Don't report REL_{X,Y} for Magic Trackpad
authorChase Douglas <chase.douglas@canonical.com>
Wed, 8 Dec 2010 23:08:04 +0000 (15:08 -0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 9 Dec 2010 13:39:53 +0000 (14:39 +0100)
commit6a66bbd693c12f71697c61207aa18bc5a12da0ab
treea9e152c980282e69667221a5328083827aac33bb
parent59e57c622c3502346e8f930421ebc482d639520c
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 <chase.douglas@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-magicmouse.c