From 8ea6dc804457d3ad02b5bc2017007f965359d8c5 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sun, 20 Sep 2009 19:18:15 +0200 Subject: 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. --- Modules/FindUSB.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules') 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 -- cgit v1.1-32-gdbae