]> git.proxmox.com Git - mirror_qemu.git/commit
usb/host-libusb: Fix building with libusb git master code
authorHans de Goede <hdegoede@redhat.com>
Thu, 6 Jun 2013 14:39:34 +0000 (16:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Jun 2013 06:33:11 +0000 (08:33 +0200)
commitbc45de8c21dfc3bc3896a78b33d5a6d9e710dfff
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