commit | b08668e88828694eca47eec16cf4816ce5d4536d | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon Apr 03 13:48:19 2017 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Apr 03 13:48:19 2017 +0100 |
tree | 0cc65c7c8465ce054a26f61f32c5ed158990d9f6 | |
parent | a3f65e213a746e82015fa049dbbe47678ebf5a0c [diff] |
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> Message-id: 20170403105238.23262-1-kraxel@redhat.com