From: Benjamin Tissoires Date: Thu, 31 Jan 2013 16:22:23 +0000 (+0100) Subject: HID: core: add "report" hook, called once the report has been parsed X-Git-Tag: v3.9-rc1~112^2~1^3~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d85d037d6247b06e1060b5e5ad0e4854a7d1e3b;p=pandora-kernel.git HID: core: add "report" hook, called once the report has been parsed This callback is called when the parsing of the report has been done by hid-core (so after the calls to .event). The hid drivers can now have access to the whole report by relying on the values stored in the different fields. Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed