summaryrefslogtreecommitdiff
path: root/drivers/usb/host/usb-sandbox.c
Commit message (Collapse)AuthorAgeLines
* usb: sandbox: Add support for interrupt operationsSimon Glass2015-11-19-0/+19
| | | | | | | Allow USB device emulation to support interrupt URBs so that we can use USB keyboards with sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
* dm: usb: sandbox: Add a driver for sandboxSimon Glass2015-04-18-0/+117
This driver supports using emulation devices to provide a USB bus within sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>