The branch, master has been updated
       via  2e9cc5be4eb2115cdb8a497d6b9def031b1a681e (commit)
      from  53a561d380532adfd73159760681d8f2f91e2895 (commit)


- Log -----------------------------------------------------------------
commit 2e9cc5be4eb2115cdb8a497d6b9def031b1a681e
Author: Uwe Bonnes <[email protected]>
Date:   Mon Sep 5 11:40:07 2011 +0200

    examples/serial_test.c: Use FTDI vendor ID as default

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

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

diff --git a/examples/serial_test.c b/examples/serial_test.c
index 46599b8..7c89e78 100644
--- a/examples/serial_test.c
+++ b/examples/serial_test.c
@@ -29,7 +29,7 @@ int main(int argc, char **argv)
     struct ftdi_context *ftdi;
     unsigned char buf[1024];
     int f, i;
-    int vid = 0;
+    int vid = 0x403;
     int pid = 0;
     int baudrate = 115200;
     int interface = INTERFACE_ANY;


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 [email protected]   

Reply via email to