Re: [U-Boot] [PATCH v2 23/26] usb: sandbox: Add support for interrupt operations

2015-11-19 Thread Simon Glass
Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 23/26] usb: sandbox: Add support for interrupt operations

2015-11-08 Thread Simon Glass
Allow USB device emulation to support interrupt URBs so that we can use USB keyboards with sandbox. Signed-off-by: Simon Glass --- Changes in v2: None drivers/usb/emul/usb-emul-uclass.c | 12 drivers/usb/host/usb-sandbox.c | 19 +++ include/usb.h