]> Git Repo - qemu.git/commit
usb-redir: Device disconnect + re-connect robustness fixes
authorHans de Goede <[email protected]>
Sat, 19 Nov 2011 09:22:46 +0000 (10:22 +0100)
committerAnthony Liguori <[email protected]>
Mon, 28 Nov 2011 22:20:51 +0000 (16:20 -0600)
commit99f08100cd2b35a35e1c5b2e6b043911a568906c
tree4a464d7bb06c656d5d5a57b7b4846aec3c0b0a9c
parent65f9d98673cb04436257628958177516416456fa
usb-redir: Device disconnect + re-connect robustness fixes

These fixes mainly target the other side sending some (error status)
packets after a disconnect packet. In some cases these would get queued
up and then reported to the controller when a new device gets connected.

* Fully reset device state on disconnect
* Don't allow a connect message when already connected
* Ignore iso and interrupt status messages when disconnected

Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
usb-redir.c
This page took 0.022625 seconds and 4 git commands to generate.