mbox series

[v3,0/2] Remove 'remote wakeup' flag from USB config descriptor

Message ID 20200108091044.18055-1-yuri.benditovich@daynix.com (mailing list archive)
Headers show
Series Remove 'remote wakeup' flag from USB config descriptor | expand

Message

Yuri Benditovich Jan. 8, 2020, 9:10 a.m. UTC
This series of patches addresses possible functional problem of USB
devices with 'remote wakeup' capability, redirected to Windows VM
(local redirection using libusb or spice redirection using usbredir).

Yuri Benditovich (2):
  usb-host: remove 'remote wakeup' flag from configuration descriptor
  usb-redir: remove 'remote wakeup' flag from configuration descriptor

 hw/core/machine.c    |  2 ++
 hw/usb/host-libusb.c | 20 ++++++++++++++++++++
 hw/usb/redirect.c    | 20 ++++++++++++++++++++
 hw/usb/trace-events  |  1 +
 4 files changed, 43 insertions(+)