HID: add feature_mapping callback
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Fri, 7 Jan 2011 22:44:32 +0000 (23:44 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 11 Jan 2011 20:26:53 +0000 (21:26 +0100)
commit0d2689c0f054f6a8bf3115d6386bd9c2d65dc44b
tree09550f95283383e63b216d19f39406c7e2881afe
parent31b6ca0af758a88e5e769b48cc6dde037ee37b96
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 <benjamin.tissoires@enac.fr>
Acked-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c
include/linux/hid.h