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)
commit7b6d565074d61661aa29a25b1a9e49380fde14f7
tree2bb4604ecf274b60f06f7bd4b0af7c81dc0a2ebe
parent985c5bece6076d186d318487f65d2b84900d4541
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