]> git.proxmox.com Git - mirror_qemu.git/commit
xhci: flush endpoint context unconditinally
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 24 Oct 2012 08:14:16 +0000 (10:14 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Oct 2012 12:35:47 +0000 (14:35 +0200)
commit3f973ee84ef51e448566c08ec5cfe746c9640269
treed82f93ac2f694cfd5afba37b39ce6a07372a889f
parent79a8af3509151dd1b650c996defdda13e02a7e38
xhci: flush endpoint context unconditinally

Not updating the endpoint context in case the state didn't change is
wrong.  Other context fields might have changed, for example the
dequeue pointer in response to a CR_SET_TR_DEQUEUE command.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c