diff options
author | Anthony Liguori | 2012-11-01 20:34:13 +0100 |
---|---|---|
committer | Anthony Liguori | 2012-11-01 20:34:13 +0100 |
commit | de0a36cd01dab524ee6507c1bd644f0775d341fe (patch) | |
tree | 63d866091c8a69c8bb12dbb34132cd07f9ade7a3 /configure | |
parent | Merge remote-tracking branch 'kraxel/pixman.v3' into staging (diff) | |
parent | usb-redir: Allow redirecting super speed devices to high speed controllers (diff) | |
download | qemu-de0a36cd01dab524ee6507c1bd644f0775d341fe.tar.gz qemu-de0a36cd01dab524ee6507c1bd644f0775d341fe.tar.xz qemu-de0a36cd01dab524ee6507c1bd644f0775d341fe.zip |
Merge remote-tracking branch 'kraxel/usb.69' into staging
* kraxel/usb.69: (31 commits)
usb-redir: Allow redirecting super speed devices to high speed controllers
usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
usb-redir: Use reject rather the disconnect on bad ep info
usb-redir: Add an usbredir_setup_usb_eps() helper function
usb-redir: Add support for input pipelining
usb-redir: Add support for 32 bits bulk packet length
combined-packet: Add a workaround for Linux usbfs + live migration
usb: Add packet combining functions
uhci: Don't crash on device disconnect
uhci: Add a uhci_handle_td_error() helper function
usb/ehci-pci: add helper to create ich9 usb controllers
usb/ehci-pci: add ich9 00:1a.* variant
usb/ehci-pci: dynamic type generation
uhci: add ich9 00:1a.* variants
uhci: stick irq routing info into UHCIInfo too.
uhci: dynamic type generation
xilinx_zynq: add USB controllers
usb/ehci: add sysbus variant
usb/ehci: split into multiple source files
usb/ehci: Guard definition of EHCI_DEBUG
...
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2788,7 +2788,7 @@ fi # check for usbredirparser for usb network redirection support if test "$usb_redir" != "no" ; then - if $pkg_config --atleast-version=0.5 libusbredirparser-0.5 >/dev/null 2>&1 ; then + if $pkg_config --atleast-version=0.5.3 libusbredirparser-0.5 >/dev/null 2>&1 ; then usb_redir="yes" usb_redir_cflags=$($pkg_config --cflags libusbredirparser-0.5 2>/dev/null) usb_redir_libs=$($pkg_config --libs libusbredirparser-0.5 2>/dev/null) |