commit | 5ba755e4043bbf6be5816b7cce5baae89c074e9c | [log] [tgz] |
---|---|---|
author | Jaikumar Ganesh <jaikumarg@android.com> | Tue Sep 20 16:40:43 2011 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:57:58 2012 -0700 |
tree | 3eb9892b87487a680d9596150d6103edad29d23b | |
parent | d893d660b72ba0e524e6e67331fb595b79f96aa7 [diff] |
HID: Add input_register callback. Add input_register callback which gets called after hid_configure_usage is called for all the reports and before the input device is registered. This allows individual drivers to do extra work like input mapping just before device registration. Based on discussions with David Herrmann <dh.herrmann@googlemail.com> Change-Id: Idab6fb4f7b1e5e569bd0410967288717e9d34c98 Signed-off-by: Jaikumar Ganesh <jaikumarg@android.com>