commit | 9608729c9eaa70c3110422c8f1a20d0975408217 | [log] [tgz] |
---|---|---|
author | Jaikumar Ganesh <jaikumarg@android.com> | Tue Dec 13 01:19:58 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:17:14 2012 +0800 |
tree | 46af984a4768ac113e634fb6ffdc9069a5fc0d6d | |
parent | 4a214bce6319051511d8361655aca487f4e5c42b [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>