usb: Add nonblock argument to submit_int_msg
authorMichal Suchanek <msuchanek@suse.de>
Sun, 18 Aug 2019 08:55:27 +0000 (10:55 +0200)
committermarex <marex@chi.lan>
Wed, 11 Sep 2019 08:11:29 +0000 (10:11 +0200)
commit3437121c037f502a3b0faaec97059777034a1ead
tree37400fd4fb2ce3b28b7f82f0530dc4d7efad1307
parent50dce8fbf0c8b6f55e32c8d2d08ccf6e58168027
usb: Add nonblock argument to submit_int_msg

This will be used to implement non-blocking keyboard polling in case of
errors.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
14 files changed:
common/usb.c
common/usb_kbd.c
common/usb_storage.c
drivers/usb/emul/sandbox_keyb.c
drivers/usb/emul/usb-emul-uclass.c
drivers/usb/host/dwc2.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/sl811-hcd.c
drivers/usb/host/usb-sandbox.c
drivers/usb/host/usb-uclass.c
drivers/usb/host/xhci.c
drivers/usb/musb-new/musb_uboot.c
include/usb.h