]> git.proxmox.com Git - qemu.git/commit - configure
usb-host: raise libusbx minimum version to 1.0.13
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 18 Apr 2013 10:16:44 +0000 (12:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 23 Apr 2013 06:43:10 +0000 (08:43 +0200)
commit3f5cc97e2ba00b34fd20a5553ed9d2fecf32f7e3
tree3d249bb976f8fae53ea60361dbeedc2fa0f79d8d
parent3b7e759a4110690c9617b1ffa6a7c96a343a330d
usb-host: raise libusbx minimum version to 1.0.13

Allows to remove one FIXME.  Makes LIBUSB_LOG_LEVEL_WARNING build errors
go away.  And starting with that version libusb has a LIBUSBX_API_VERSION
define which allows to easily #ifdef version dependencies should that
need arrive in the future.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
configure
hw/usb/host-libusb.c