From: Jason Gerecke Date: Fri, 5 Dec 2014 21:37:32 +0000 (-0800) Subject: HID: wacom: Initialize MT slots for generic devices at post_parse_hid X-Git-Tag: omap-for-v3.19/fixes-rc1~112^2^10~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58ba1ba1af9cfbad6f3af4c4fc3575d9aeae542;p=pandora-kernel.git HID: wacom: Initialize MT slots for generic devices at post_parse_hid If a HID descriptor places HID_DG_CONTACTID before HID_DG_X and HID_DG_Y then the ABS_X and ABS_Y will not be automatically initialized by the call to input_mt_init_slots. To ensure that this is not a problem, we relocate that call to occur after HID parsing has been completed and we've initalized all the multitouch axes. Signed-off-by: Jason Gerecke Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed