commit | aa0568ff2559d7717f4684af6a83d0bd1a125f56 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon Feb 27 11:23:08 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Feb 27 13:37:36 2012 +0100 |
tree | fd18c44ba6d8dfbf6a569821a600438aac51630d | |
parent | 808aeb98ffd9265da55a9ad3fceb86a7ac77107b [diff] |
usb-ehci: sanity-check iso xfers This patch adds a sanity check to itd processing to make sure the endpoint addressed by the guest is actually an iso endpoint. Also verify that usb drivers don't return USB_RET_ASYNC which is illegal for iso xfers. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>