]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "usb-hub: report status changes only once"
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 27 Aug 2013 15:00:04 +0000 (17:00 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 25 Sep 2013 00:53:40 +0000 (19:53 -0500)
commitc09a4634d945df5d7e1fbc394646e78d7d713c67
tree7dd111548e09f1c5f11070f2b9763555252676cd
parentc0a5eb81b43e56569cfdb9c86fd78930b2765b96
Revert "usb-hub: report status changes only once"

This reverts commit a309ee6e0a256f690760abfba44fceaa52a7c2f3.

This isn't in line with the usb specification and adds regressions,
win7 fails to drive the usb hub for example.

Was added because it "solved" the issue of hubs interacting badly
with the xhci host controller.  Now with the root cause being fixed
in xhci (commit <FIXME>) we can revert this one.

Cc: qemu-stable@nongnu.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit bdebd6ee81f4d849aa8541c289203e3992450db0)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/dev-hub.c