]> git.proxmox.com Git - mirror_qemu.git/commit
usb-hub: implement find_device
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 10 Jan 2012 16:08:13 +0000 (17:08 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Feb 2012 10:31:57 +0000 (11:31 +0100)
commit06c750888c57bdc374feaa097f6cbc720210b834
tree68164b58d1c869c0fbd7995e612d8926bc1649a3
parent73796fe6228ae1e294b4946c6c90337141cacc42
usb-hub: implement find_device

Implement the find_device callback for the usb hub.  It'll loop over all
ports, calling usb_find_device for all enabled ports until it finds a
matching device.

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