commit | 6d85d037d6247b06e1060b5e5ad0e4854a7d1e3b | [log] [tgz] |
---|---|---|
author | Benjamin Tissoires <benjamin.tissoires@gmail.com> | Thu Jan 31 17:22:23 2013 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Feb 05 12:07:39 2013 +0100 |
tree | d2340762020aa4c8512a21d74f564d73d3f9fde8 | |
parent | cf5425bfcd6909f9831a00bc06ccb9a5b163766a [diff] |
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 <benjamin.tissoires@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>