]> git.proxmox.com Git - mirror_qemu.git/commit
usb-host: factor out code
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 13 Sep 2011 09:37:47 +0000 (11:37 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Oct 2011 10:58:51 +0000 (12:58 +0200)
commite627472731c2fe6d42a58ca78855fcd62f58d7c8
tree2bb4604ecf274b60f06f7bd4b0af7c81dc0a2ebe
parente0b8e72dd95f5fe133c8bb952a464814ca06fe8b
usb-host: factor out code

Move code to claim usb ports and to disconnect usb interfaces into
usb_host_claim_port and usb_host_disconnect_ifaces functions.  No
functional change.

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