usb/host-libusb: Fix building with libusb git master code
commitbc45de8c21dfc3bc3896a78b33d5a6d9e710dfff
authorHans de Goede <hdegoede@redhat.com>
Thu, 6 Jun 2013 14:39:34 +0000 (6 16:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Jun 2013 06:33:11 +0000 (24 08:33 +0200)
treeeb73bc955db01dc4af94d0bc788635e012c0b03d
parent4e3d8b4b37b67ff6896ec77975eecbaabf7968a4
usb/host-libusb: Fix building with libusb git master code

The next libusb release will deprecate libusb_get_port_path, and since
we compile with -Werror, this breaks the build.

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