]> git.proxmox.com Git - qemu.git/commit
usb-host: add usb_host_full_speed_compat
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 6 May 2013 11:12:16 +0000 (13:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 7 May 2013 09:34:02 +0000 (11:34 +0200)
commitc3268cc1135f41264cd26bcb269b3414d3c11453
treea1b19fe74bcacccb4aecab0cf3f6a491c7a076e0
parent95efb20c714800de7eaf991f19dab6e7a29d5364
usb-host: add usb_host_full_speed_compat

Alloes to pass through usb2 devices on usb1 host controllers if possible.
Brings the libusb implementation to feature-parity with the linux usbfs
code, so the usb-host implementation in 1.5 (libusb) doesn't regress
compared to 1.4 (usbfs).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/host-libusb.c