]> git.proxmox.com Git - mirror_qemu.git/commit
usb-host: switch to LIBUSB_API_VERSION
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Apr 2017 10:52:38 +0000 (12:52 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Apr 2017 13:41:23 +0000 (14:41 +0100)
commit102a3d847891f48c0b13cace19d189217b05a725
treea1f41a9a395eee47150e7898b73213e28bd5ab11
parent230f4c6bc5c9af3c8a1fd033641f2bfb8ed45c1b
usb-host: switch to LIBUSB_API_VERSION

libusbx doesn't exist any more, the fork got merged back to libusb.  So
stop using LIBUSBX_API_VERSION and use LIBUSB_API_VERSION instead.  For
backward compatibility alias LIBUSB_API_VERSION to LIBUSBX_API_VERSION
in case we figure LIBUSB_API_VERSION isn't defined.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20170403105238.23262-1-kraxel@redhat.com
hw/usb/host-libusb.c