commit | 34ab37eef5a5f8023abc657ab38f7b9fe11c38b3 | [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 | 2b24e09c66480f3723b137f434a6c3b0db764817 [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>