usb-host: restrict workaround to new libusb versions
commit4969e697c15ac536d5c0700381d5d026ef7f0588
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 9 Sep 2020 11:27:33 +0000 (9 12:27 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 10 Sep 2020 09:43:53 +0000 (10 10:43 +0100)
tree222074e699c90dc8ba017d00d498b6b56d1c81b1
parentbc3bde84484e39cd922486ac7e755d3e29e8a22f
usb-host: restrict workaround to new libusb versions

Fixes build failures with old kernels (USBDEVFS_GET_SPEED missing),
on the assumtion that distros with old kernels also have old libusb.

Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200902081445.3291-1-kraxel@redhat.com>
Message-Id: <20200909112742.25730-3-alex.bennee@linaro.org>
hw/usb/host-libusb.c