commit | 3b3b6c9c3ef99d50c312626c52ff4fad91c8f005 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 02 10:14:45 2020 +0200 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Sep 04 15:58:10 2020 +0100 |
tree | 28d135ba16ba8cbe9c5d6434cde4f72e64e5131d | |
parent | 5da35663fd4b6d1c2557f405646185c8755ef037 [diff] |
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> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200902081445.3291-1-kraxel@redhat.com