]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb-redir: Return babble when getting more bulk data then requested
authorHans de Goede <hdegoede@redhat.com>
Tue, 28 Aug 2012 09:33:47 +0000 (11:33 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:15 +0000 (21:44 -0500)
commit22ba7a7488c5b6ecba901b4253184fa0815318eb
treeb1ac7fa84e17385a64a1f6ca1a9531a917bca40e
parent636071de92b4a559a38203ba08ebea04df5212a9
usb-redir: Return babble when getting more bulk data then requested

Babble is the appropriate error in this case (rather then signalling a stall).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 2979a36183a3902cd75665e7c6bbc8668668fd17)

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