commit | c9cac4cdce3a2909d878105621abafa38c1ff79d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 21:17:11 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:40 2015 -0700 |
tree | 7f1933e7e246afdb9390fbf60e4f4add276f6bcb | |
parent | e84421d8f3fe4f4b6956c9045b22729383620442 [diff] |
input: Add a device pointer to the input config The read_keys() method in input is passed a struct input_config. Add a device pointer there so that we can find out the device that is referred to with driver model. Once all drivers are converted we can update the input structure to use driver model instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>