]> git.proxmox.com Git - qemu.git/commit
usb storage: high speed support
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 3 Dec 2010 16:12:49 +0000 (17:12 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Jan 2011 16:15:24 +0000 (17:15 +0100)
commitca0c730df977abd7ca24afd17fa640f1af47f0b1
tree1e89ea57646e165074db7bb397cf981b131a3d7e
parent25620cba94d7ca126a24d74ce6f2ac42aa9a2fe8
usb storage: high speed support

Add high speed support to the usb mass storage device.  With this patch
applied the linux kernel recognises the usb storage device as highspeed
capable device and suggests to connect it to a highspeed port instead of
the uhci.  Tested with both uhci and (not-yet submitted) ehci.

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