]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb/redirect.c
usb-redir: Set ep type and interface
authorHans de Goede <hdegoede@redhat.com>
Fri, 2 Mar 2012 20:27:08 +0000 (21:27 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:02 +0000 (12:28 +0100)
commit0454b611bb129ada92d16cfb9bec5fd6e1df5ab0
treeb623671a756ea54ded75a88bf568ca88867fb2b0
parent27a9476cf75c4e147cb7d8c10c415928b3791b91
usb-redir: Set ep type and interface

Since we don't use usb_desc.c we need to do this ourselves. This fixes
iso transfers no longer working for USB 2 devices due to the ep->type
check in ehci.c

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-redir.c