commit | d3d4035e9423a1db49f84a0e72b9a5dc41299797 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 21:17:15 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:40 2015 -0700 |
tree | 79f35d92ebac29ff9d4936261955bc9f04d39fc6 | |
parent | fb726407f46b8a7893da54b85ecec4470f934257 [diff] |
dm: stdio: Plumb in the new keyboard uclass When driver model is used for keyboards we must scan the available keyboards and register them with stdio. Add code to do this. At some point (once LCD/video is converted) we should be able to convert stdio to driver model and avoid these dual data structures. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>