commit | 02f0c28cbaf5330388674b82af73fef360b7b717 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 08 11:15:11 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:39 2015 -0700 |
tree | 3a8917301e9cffb9286c343a04f45316d4d164da | |
parent | 9be550b125e673a9927e4697e17077ed041f1b55 [diff] |
dm: usb: Add support for USB keyboards with driver model Switch USB keyboards over to use driver model instead of scanning with the horrible usb_get_dev_index() function. This involves creating a new uclass for keyboards, although so far there is no API. Signed-off-by: Simon Glass <sjg@chromium.org>