HID: hid-multitouch: change default mt_class
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Mon, 31 Jan 2011 10:28:19 +0000 (11:28 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 31 Jan 2011 14:16:08 +0000 (15:16 +0100)
commitb79b36be56da0ba61fa10a3fa96939c3a3eb499a
treee5d9aefd274055b4dc2316aabd00a33a23a224b4
parent581548db3b3c0f6e25b500329eb02e3c72e7acbe
HID: hid-multitouch: change default mt_class

The safest quirk for a device (the one that works out of the box for
most of them) is MT_QUIRK_NOT_SEEN_MEANS_UP. Indeed, it does not
make any assumption on the device. When adding a new device, we can
easily test it against MT_CLS_DEFAULT, and then optimize it with other
quirks: that's why no device use MT_CLS_DEFAULT right now.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Reviewed-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-multitouch.c