libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, master, updated. v0.17-221-g35ac571

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 8 Jul 2011 13:50:49 +0200 (CEST)
The branch, master has been updated
       via  35ac57123b3493bcd43c9920e5517ddda1de8e3d (commit)
      from  56631bed49236cc5f3c2b66da38eca5567867310 (commit)


- Log -----------------------------------------------------------------
commit 35ac57123b3493bcd43c9920e5517ddda1de8e3d
Author: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date:   Tue Jul 5 18:03:48 2011 +0200

    examples/find-all: Use the new "find-all" option

-----------------------------------------------------------------------

Summary of changes:
 examples/find_all.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/find_all.c b/examples/find_all.c
index 5ad40be..113904c 100644
--- a/examples/find_all.c
+++ b/examples/find_all.c
@@ -23,7 +23,7 @@ int main(void)
         return EXIT_FAILURE;
     }
 
-    if ((ret = ftdi_usb_find_all(&ftdic, &devlist, NULL, NULL)) < 0)
+    if ((ret = ftdi_usb_find_all(&ftdic, &devlist, 0, 0)) < 0)
     {
         fprintf(stderr, "ftdi_usb_find_all failed: %d (%s)\n", ret, 
ftdi_get_error_string(&ftdic));
         retval =  EXIT_FAILURE;


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, master, updated. v0.17-221-g35ac571, libftdi-git <=