u-boot/drivers/usb/emul
Simon Glass d8a26f0300 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>
2015-11-19 20:27:52 -07:00
..
Kconfig dm: usb: sandbox: Add a uclass for USB device emulation 2015-04-18 11:11:26 -06:00
Makefile usb: sandbox: Add a USB emulation driver 2015-11-19 20:27:52 -07:00
sandbox_flash.c sandbox: usb: Allow dynamic emulated USB device descriptors 2015-11-19 20:27:51 -07:00
sandbox_hub.c sandbox: usb: Allow up to 4 emulated devices on a hub 2015-11-19 20:27:51 -07:00
sandbox_keyb.c usb: sandbox: Add a USB emulation driver 2015-11-19 20:27:52 -07:00
usb-emul-uclass.c usb: sandbox: Add support for interrupt operations 2015-11-19 20:27:52 -07:00