summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGravatar Hector Martin2009-09-20 19:18:15 +0200
committerGravatar Hector Martin2009-10-03 17:16:24 +0200
commit8ea6dc804457d3ad02b5bc2017007f965359d8c5 (patch)
treefb08beb66949691bc6fddb56c2de1a0d0d377f74 /Modules
parente619fc9e4d90c9e86d1e05fe37ad6fbf284d6de8 (diff)
downloadusbmuxd-8ea6dc804457d3ad02b5bc2017007f965359d8c5.tar.gz
usbmuxd-8ea6dc804457d3ad02b5bc2017007f965359d8c5.tar.bz2
Require libusb-1.0.3 and hardcode explicit ZLP logic
1.0.3 has the 0-byte transaction fix. The saga continues on the libusb trac. Whenever they add the ZLP flag we can get rid of the 0-byte logic and just set it.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindUSB.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindUSB.cmake b/Modules/FindUSB.cmake
index 8659ec2..d1d705a 100644
--- a/Modules/FindUSB.cmake
+++ b/Modules/FindUSB.cmake
@@ -10,7 +10,7 @@ include(LibFindMacros)
# Dependencies
# Use pkg-config to get hints about paths
-libfind_pkg_check_modules(USB_PKGCONF libusb-1.0>=1.0.2)
+libfind_pkg_check_modules(USB_PKGCONF libusb-1.0>=1.0.3)
# Include dir
find_path(USB_INCLUDE_DIR