OSDN Git Service

HID: hid-multitouch: change default mt_class
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Mon, 31 Jan 2011 10:28:19 +0000 (11:28 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 6 Apr 2011 03:10:16 +0000 (11:10 +0800)
commit08623749e32ae625a93f4105d9f22687674282d9
tree19fc02e3014ac9825c511f8c3fc52119b02e73ac
parentf964208bc79fa12a294a968aa85141eb48e7f7f1
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