diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-09-06 19:30:50 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-09-27 07:32:30 +0200 |
commit | a89003780d0a96b79314da4a4cdb148ff1dcb397 (patch) | |
tree | 15970fd034582dfb77e463e8d83993ac2a7b7842 /util/main-loop.c | |
parent | 145cdaba0f7ea721080e1289dc7a31bb2066406f (diff) | |
download | qemu-a89003780d0a96b79314da4a4cdb148ff1dcb397.zip qemu-a89003780d0a96b79314da4a4cdb148ff1dcb397.tar.gz qemu-a89003780d0a96b79314da4a4cdb148ff1dcb397.tar.bz2 |
usbnet: Add missing usb_wakeup() call in usbnet_receive()
usbnet_receive() does not currently wake up the USB endpoint, leading
to a dead RX datapath when used with a host controller such as xHCI
that relies on being woken up.
Fix by adding a call to usb_wakeup() at the end of usbnet_receive().
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Message-Id: <20220906183053.3625472-2-mcb30@ipxe.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'util/main-loop.c')
0 files changed, 0 insertions, 0 deletions