HID: hid-mosart: ignore buttons report
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Tue, 14 Dec 2010 10:38:18 +0000 (11:38 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 14 Dec 2010 10:40:50 +0000 (11:40 +0100)
commitad6d42670279da8f33f633f8a96a67cd7ef3b1da
tree081e430f4db77e93c921186fc0c55118fc0f8f83
parent6a66bbd693c12f71697c61207aa18bc5a12da0ab
HID: hid-mosart: ignore buttons report

This commit allows the device to be recognized as a touchscreen, and not a
touchpad by xf86-input-evdev.

The device has 2 modes. The first one is an emulation of a touchscreen by
sending left and right button, and the second mode is the one used in
dual-touch (sending trackingID, touch and else).

That's why there is a hid report containing left and right buttons
(9000001 and 9000002). The point is that xorg relies on these fields to
determine if it's a touchpad or a touchscreen.
Clearing the report (return -1) makes xorg detecting it out of the box
as a quite pleasant (dual)touchscreen.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-mosart.c