commit | be4ebd19b9ec1ccca523c02f5ddee26b54ee038c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 23:48:06 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:27:52 2015 -0700 |
tree | 0df35185229182cf796f38e393f409dc1609e6c2 | |
parent | 90421795b3277ab55d51673d4a78687ba46063c7 [diff] |
usb: sandbox: Add a USB emulation driver Add a simple USB keyboard driver for sandbox. It provides a function to 'load' it with input data, which it will then stream through to the normal U-Boot input subsystem. When the input data is exhausted, the keyboard stops providing data. Signed-off-by: Simon Glass <sjg@chromium.org>