Skip to content
Commit f9c313f7 authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Michael Roth
Browse files

xhci: only update dequeue ptr on completed transfers

The dequeue pointer should only be updated in case the transfer
is actually completed.  If we update it for inflight transfers
we will not pick them up again after migration, which easily
triggers with HID devices as they typically have a pending
transfer, waiting for user input to happen.

Fixes: 243afe85
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1451631


Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Tested-by: default avatarLaurent Vivier <lvivier@redhat.com>
Message-id: 20170608074122.32099-1-kraxel@redhat.com
(cherry picked from commit d54fddea)
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 53206753
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment