Skip to content
  • Gerd Hoffmann's avatar
    usb-host: handle guest-issued clear halt · a2498f76
    Gerd Hoffmann authored
    
    
    Most important here is to update our internal endpoint state so we know
    the endpoint isn't in halted state any more.  Without this usb-host
    tries to clear halt again with the next data transfer submitted.  Doing
    this twice is (a) not correct and (b) confuses some usb devices,
    rendering them non-functional in the guest.
    
    Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
    a2498f76