From: Benjamin Tissoires Date: Fri, 7 Jan 2011 22:44:32 +0000 (+0100) Subject: HID: add feature_mapping callback X-Git-Tag: v2.6.38-rc1~246^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d2689c0f054f6a8bf3115d6386bd9c2d65dc44b;p=pandora-kernel.git HID: add feature_mapping callback Currently hid doesn't export the features it knows to the specific modules. Some information can be really important in such features: MosArt and Cypress devices are by default not in a multitouch mode. We have to send the value 2 on the right feature. This patch exports to the module the features report so they can find the right feature to set up the correct mode. Signed-off-by: Benjamin Tissoires Acked-by: Henrik Rydberg Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed