From: Benjamin Tissoires Date: Mon, 31 Jan 2011 10:28:19 +0000 (+0100) Subject: HID: hid-multitouch: change default mt_class X-Git-Tag: v2.6.39-rc1~429^2^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79b36be56da0ba61fa10a3fa96939c3a3eb499a;p=pandora-kernel.git 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 Reviewed-by: Henrik Rydberg Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed