All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Remove 'remote wakeup' flag from USB config descriptor
@ 2019-12-03 19:07 Yuri Benditovich
  2019-12-03 19:07 ` [PATCH v2 1/2] usb-host: remove 'remote wakeup' flag from configuration descriptor Yuri Benditovich
  2019-12-03 19:07 ` [PATCH v2 2/2] usb-redir: " Yuri Benditovich
  0 siblings, 2 replies; 6+ messages in thread
From: Yuri Benditovich @ 2019-12-03 19:07 UTC (permalink / raw)
  To: ehabkost, marcel.apfelbaum, kraxel, qemu-devel; +Cc: yan

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).

Changes from v1: minor fixes per v1 review and checkpatch

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(+)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-07  9:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03 19:07 [PATCH v2 0/2] Remove 'remote wakeup' flag from USB config descriptor Yuri Benditovich
2019-12-03 19:07 ` [PATCH v2 1/2] usb-host: remove 'remote wakeup' flag from configuration descriptor Yuri Benditovich
2019-12-09 22:31   ` Eduardo Habkost
2019-12-10  5:39     ` Yuri Benditovich
2020-01-07  7:40       ` Gerd Hoffmann
2019-12-03 19:07 ` [PATCH v2 2/2] usb-redir: " Yuri Benditovich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.