
13 May
2015
13 May
'15
12:40 a.m.
On 4 May 2015 at 11:30, Simon Glass sjg@chromium.org wrote:
From: Vincent Palatin vpalatin@chromium.org
Provide a function to detect USB device insertion/removal in order to avoid having to do USB enumeration in a tight loop when trying to detect peripheral hotplugging.
Signed-off-by: Vincent Palatin vpalatin@chromium.org
Reviewed-by: Stefan Reinauer reinauer@chromium.org Tested-by: Stefan Reinauer reinauer@chromium.org Signed-off-by: Simon Glass sjg@chromium.org
common/usb.c | 26 ++++++++++++++++++++++++++ common/usb_hub.c | 2 +- include/usb.h | 2 ++ 3 files changed, 29 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks Vincent.