diff options
author | Michael Brown | 2022-09-06 20:30:50 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2022-09-27 07:32:30 +0200 |
commit | a89003780d0a96b79314da4a4cdb148ff1dcb397 (patch) | |
tree | 15970fd034582dfb77e463e8d83993ac2a7b7842 /scripts/qemu-gdb.py | |
parent | hcd-xhci: drop operation with secondary stream arrays enabled (diff) | |
download | qemu-a89003780d0a96b79314da4a4cdb148ff1dcb397.tar.gz qemu-a89003780d0a96b79314da4a4cdb148ff1dcb397.tar.xz qemu-a89003780d0a96b79314da4a4cdb148ff1dcb397.zip |
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 'scripts/qemu-gdb.py')
0 files changed, 0 insertions, 0 deletions