<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm">
    <title>gmane.comp.lib.libftdi.scm</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/444"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/443"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/442"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/441"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/440"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/439"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/438"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/437"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/436"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/435"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/434"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/433"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/432"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/431"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/430"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/425"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/444">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-18-g73a7150</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/444</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  73a71502aaea56081c85c8f69430566af0231375 (commit)
      from  a00c0a850b7fc6a3f6f7491df7f45a21ac957fa2 (commit)


- Log -----------------------------------------------------------------
commit 73a71502aaea56081c85c8f69430566af0231375
Author: Jochen Sprickerhof &amp;lt;jochen&amp;lt; at &amp;gt;sprickerhof.de&amp;gt;
Date:   Mon Apr 22 12:11:01 2013 +0200

    Add get/set for usb_read/write_timeout in C++ wrapper

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

Summary of changes:
 ftdipp/ftdi.cpp |   20 ++++++++++++++++++++
 ftdipp/ftdi.hpp |    4 ++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/ftdipp/ftdi.cpp b/ftdipp/ftdi.cpp
index 0382fa4..d5c91ef 100644
--- a/ftdipp/ftdi.cpp
+++ b/ftdipp/ftdi.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -180,6 +180,26 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int Context::set_line_property(enum ftdi_bits_type bits, enum ftdi_stopbits_type
     return ftdi_set_line_property2(d-&amp;gt;ftdi, bits, sbit, parity, break_type);
 }
 
+int Context::get_usb_read_timeout() const
+{
+    return d-&amp;gt;ftdi-&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-26T12:41:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/443">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-17-ga00c0a8</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/443</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  a00c0a850b7fc6a3f6f7491df7f45a21ac957fa2 (commit)
      from  74387f27647e7123e233d31d36daedc6b485650a (commit)


- Log -----------------------------------------------------------------
commit a00c0a850b7fc6a3f6f7491df7f45a21ac957fa2
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Fri Apr 26 14:34:40 2013 +0200

    Fix typo in error message
    
    Inspired by patch from Matthias Brugger &amp;lt;matthias.bgg&amp;lt; at &amp;gt;gmail.com&amp;gt;

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

Summary of changes:
 src/ftdi.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 3c86456..c19810b 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -4126,7 +4126,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int ftdi_write_eeprom_location(struct ftdi_context *ftdi, int eeprom_addr,
     }
 
     if (ftdi_read_eeprom_location( ftdi, chip_type_location&amp;gt;&amp;gt;1, &amp;amp;chip_type))
-        ftdi_error_return(-5, "Reading failed failed");
+        ftdi_error_return(-&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-26T12:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/442">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-16-g74387f2</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/442</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  74387f27647e7123e233d31d36daedc6b485650a (commit)
      from  2f80efc24176c903d82cea1f084453fd3df9b992 (commit)


- Log -----------------------------------------------------------------
commit 74387f27647e7123e233d31d36daedc6b485650a
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Wed Apr 10 10:42:43 2013 +0200

    Unify style of the main source code
    
    With all the contributions flowing in,
    the code style varied here and there.
    
    Also add the script I use to format the source code.

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

Summary of changes:
 doc/astyle_reformat.sh |    5 +
 src/ftdi.c             |  191 +++++++++++++++++++++++++----------------------
 src/ftdi.h             |   39 ++++++----
 src/ftdi_i.h           |    4 +-
 src/ftdi_stream.c      |  179 +++++++++++++++++++++++----------------------
 5 files changed, 222 insertions(+), 196 deletions(-)
 create mode 100755 doc/astyle_reformat.sh&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-10T08:47:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/441">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-15-g2f80efc</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/441</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  2f80efc24176c903d82cea1f084453fd3df9b992 (commit)
      from  878f0c6a695a969f4f5ada3276e4479feda1d87d (commit)


- Log -----------------------------------------------------------------
commit 2f80efc24176c903d82cea1f084453fd3df9b992
Author: Nathael Pajani &amp;lt;nathael.pajani&amp;lt; at &amp;gt;ed3l.fr&amp;gt;
Date:   Wed Apr 10 10:28:22 2013 +0200

    Added partial support for FT230X

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

Summary of changes:
 src/ftdi.c |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++++------
 src/ftdi.h |   15 +++++++-
 2 files changed, 110 insertions(+), 13 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 0a2e0fa..e2c4009 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -470,7 +470,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static unsigned int _ftdi_determine_max_packet_size(struct ftdi_context *ftdi, l
     // Determine maximum packet size. Init with default value.
     // New hi-speed devices from FTDI use a packet size of 512 bytes
     // but could be conn&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-10T08:28:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/440">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-14-g878f0c6</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/440</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  878f0c6a695a969f4f5ada3276e4479feda1d87d (commit)
      from  9e44fc94ea5ffe94cc4eaf8d58f55af41f3cef97 (commit)


- Log -----------------------------------------------------------------
commit 878f0c6a695a969f4f5ada3276e4479feda1d87d
Author: Nathael Pajani &amp;lt;nathael.pajani&amp;lt; at &amp;gt;ed3l.fr&amp;gt;
Date:   Wed Apr 10 10:19:17 2013 +0200

    Added ftdi_eeprom_set_strings()

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

Summary of changes:
 src/ftdi.c |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 src/ftdi.h |    2 ++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 9cf86ea..0a2e0fa 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2420,6 +2420,52 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int ftdi_eeprom_initdefaults(struct ftdi_context *ftdi, char * manufacturer,
     }
     return 0;
 }
+
+int ftdi_eeprom_set_strings(struct ftdi_context *ftdi, char * manufacturer,
+                             char * product, char * serial)
+{
+    struct ft&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-10T08:19:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/439">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-13-g9e44fc9</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/439</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  9e44fc94ea5ffe94cc4eaf8d58f55af41f3cef97 (commit)
      from  3bc0387ed13b23a14c1012d37c2a926218c9f9f7 (commit)


- Log -----------------------------------------------------------------
commit 9e44fc94ea5ffe94cc4eaf8d58f55af41f3cef97
Author: Nathael Pajani &amp;lt;nathael.pajani&amp;lt; at &amp;gt;ed3l.fr&amp;gt;
Date:   Wed Apr 10 10:14:08 2013 +0200

    Remove compiler warnings on signed comparison

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

Summary of changes:
 src/ftdi.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index ccbb487..9cf86ea 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1542,7 +1542,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct ftdi_transfer_control *ftdi_write_data_submit(struct ftdi_context *ftdi,
     tc-&amp;gt;size = size;
     tc-&amp;gt;offset = 0;
 
-    if (size &amp;lt; ftdi-&amp;gt;writebuffer_chunksize)
+    if (size &amp;lt; (int)ftdi-&amp;gt;writebuffer_chunksize)
         write_size = size;
     else
         write_size = ftdi-&amp;gt;writebuffer_chunksize;
&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-10T08:14:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/438">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-12-g3bc0387</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/438</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  3bc0387ed13b23a14c1012d37c2a926218c9f9f7 (commit)
      from  45a3ebd502c405488935ac61e502296942b9b83a (commit)


- Log -----------------------------------------------------------------
commit 3bc0387ed13b23a14c1012d37c2a926218c9f9f7
Author: Nathael Pajani &amp;lt;nathael.pajani&amp;lt; at &amp;gt;ed3l.fr&amp;gt;
Date:   Wed Apr 10 10:10:13 2013 +0200

    Prevent possible segfault

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

Summary of changes:
 src/ftdi.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 64257da..ccbb487 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -3025,7 +3025,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int ftdi_eeprom_decode(struct ftdi_context *ftdi, int verbose)
     unsigned char manufacturer_size = 0, product_size = 0, serial_size = 0;
     int eeprom_size;
     struct ftdi_eeprom *eeprom;
-    unsigned char *buf = ftdi-&amp;gt;eeprom-&amp;gt;buf;
+    unsigned char *buf = NULL;
 
     if (ftdi == NULL)
         ftdi_error_return(-1,"No c&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-10T08:10:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/437">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-11-g45a3ebd</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/437</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  45a3ebd502c405488935ac61e502296942b9b83a (commit)
      from  68e78641352b9ae737f15bd55d93b11739fd333b (commit)


- Log -----------------------------------------------------------------
commit 45a3ebd502c405488935ac61e502296942b9b83a
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Wed Apr 10 09:44:38 2013 +0200

    Fix compile error reported by Bryan Richmond

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

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

diff --git a/src/ftdi.c b/src/ftdi.c
index 6d4a64b..64257da 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -3772,7 +3772,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int ftdi_set_eeprom_value(struct ftdi_context *ftdi, enum ftdi_eeprom_value valu
         default :
             ftdi_error_return(-1, "Request to unknown EEPROM value");
     }
-    eeprom-&amp;gt;initialized_for_connected_device = 0;
+    ftdi-&amp;gt;eeprom-&amp;gt;initialized_for_connected_device = 0;
     return 0;
 }
 


&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-04-10T07:44:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/436">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-10-g68e7864</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/436</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  68e78641352b9ae737f15bd55d93b11739fd333b (commit)
      from  6217bc0d7a98462ec1cdeda4275ed27a95170ef5 (commit)


- Log -----------------------------------------------------------------
commit 68e78641352b9ae737f15bd55d93b11739fd333b
Author: Jarkko Sonninen &amp;lt;kasper&amp;lt; at &amp;gt;iki.fi&amp;gt;
Date:   Sun Mar 24 10:14:18 2013 +0200

    Save device release number. Allow writing of eeprom buffer, that was read from device.

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

Summary of changes:
 src/ftdi.c   |   70 ++++++++++++++++++++++++++++++++-------------------------
 src/ftdi.h   |    1 +
 src/ftdi_i.h |    3 ++
 3 files changed, 43 insertions(+), 31 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 5570bd4..6d4a64b 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2392,7 +2392,32 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int ftdi_eeprom_initdefaults(struct ftdi_context *ftdi, char * manufacturer,
         }
         eeprom-&amp;gt;size = -1;
     }
-    eeprom-&amp;gt;initialized_for_connected_device = 1;&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-03-27T16:06:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/435">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-9-g6217bc0</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/435</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  6217bc0d7a98462ec1cdeda4275ed27a95170ef5 (commit)
      from  c5285326555f088e7626dfa67ea7059e094d6e73 (commit)


- Log -----------------------------------------------------------------
commit 6217bc0d7a98462ec1cdeda4275ed27a95170ef5
Author: Mike Frysinger &amp;lt;vapier&amp;lt; at &amp;gt;gentoo.org&amp;gt;
Date:   Fri Mar 1 03:13:32 2013 -0500

    make building of static libs optional
    
    Signed-off-by: Mike Frysinger &amp;lt;vapier&amp;lt; at &amp;gt;gentoo.org&amp;gt;

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

Summary of changes:
 CMakeLists.txt        |    2 ++
 ftdipp/CMakeLists.txt |   30 +++++++++++++++++++-----------
 src/CMakeLists.txt    |   28 ++++++++++++++++++----------
 3 files changed, 39 insertions(+), 21 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7127f7..9c7a6a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -46,6 +46,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; set(CPACK_COMPONENT_SHAREDLIBS_GROUP "Development")
 set(CPACK_COMPONENT_STATICLIBS_GROUP "Development")
 set(CPACK_COMPONE&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-03-15T15:57:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/434">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-8-gc528532</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/434</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  c5285326555f088e7626dfa67ea7059e094d6e73 (commit)
       via  602adb256f131ef673adb18f8581ff249b356077 (commit)
      from  afb9082460cf8602b1843e1a698ec498e3d38d7b (commit)


- Log -----------------------------------------------------------------
commit c5285326555f088e7626dfa67ea7059e094d6e73
Author: Michel Zou &amp;lt;xantares09&amp;lt; at &amp;gt;hotmail.com&amp;gt;
Date:   Tue Feb 19 10:59:42 2013 +0100

    Moved python stuff to own directory
    (was 'bindings' before)

commit 602adb256f131ef673adb18f8581ff249b356077
Author: Michel Zou &amp;lt;xantares09&amp;lt; at &amp;gt;hotmail.com&amp;gt;
Date:   Tue Feb 19 10:44:32 2013 +0100

    Added confuse script and moved cmake files

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

Summary of changes:
 CMakeLists.txt                 |    4 +-
 FindUSB1.cmake                 |   38 ----
 bindings/CMakeLists.txt        |   62 ------
 bindings/doxy2swig.py          |  451 ----------------------------------------
 bindings/ftdi1.i               |  138 --&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-02-27T08:08:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/433">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-6-gafb9082</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/433</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  afb9082460cf8602b1843e1a698ec498e3d38d7b (commit)
      from  953a958ce0d7c74864c0fafe3a8644c400734ebf (commit)


- Log -----------------------------------------------------------------
commit afb9082460cf8602b1843e1a698ec498e3d38d7b
Author: Jarkko Sonninen &amp;lt;kasper&amp;lt; at &amp;gt;iki.fi&amp;gt;
Date:   Thu Feb 14 16:02:32 2013 +0100

    Fix eeprom flags for eeprom build
    
    Original mail on libftdi mailinglist:
    -------------------------------------
    
       Hello,
    
    the eeprom_decode function sets struct ftdi_eeprom flags like this:
       eeprom-&amp;gt;self_powered = buf[0x08] &amp;amp; 0x40;
    but the eeprom_build uses the flags this way:
       if (eeprom-&amp;gt;self_powered == 1)
    as the result the bits won't be set. I suggest the patch below.
    
       - Jarkko Sonninen

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

Summary of changes:
 src/ftdi.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-02-14T15:04:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/432">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-5-g953a958</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/432</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  953a958ce0d7c74864c0fafe3a8644c400734ebf (commit)
      from  e15345abbb5bfc4492a93551bc030e530f43f179 (commit)


- Log -----------------------------------------------------------------
commit 953a958ce0d7c74864c0fafe3a8644c400734ebf
Author: Michel Zou &amp;lt;xantares09&amp;lt; at &amp;gt;hotmail.com&amp;gt;
Date:   Sat Feb 9 17:49:03 2013 +0100

    Fixed read_pins argout typemap being sensitive to encoding.

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

Summary of changes:
 bindings/ftdi1.i            |    8 +++++---
 examples/python/complete.py |   32 +++++++++++++++++---------------
 2 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/bindings/ftdi1.i b/bindings/ftdi1.i
index ba9aca2..1e820dd 100644
--- a/bindings/ftdi1.i
+++ b/bindings/ftdi1.i
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -79,11 +79,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PyObject* convertString( const char *v, Py_ssize_t len )
 "read_pins(context) -&amp;gt; (return_code, pins)"
 %enddef
 %feature("autodoc", ftdi_read_pins_docstring) ftdi_read_pins;
-%apply char *&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-02-14T14:52:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/431">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-4-ge15345a</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/431</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  e15345abbb5bfc4492a93551bc030e530f43f179 (commit)
       via  74049fe086881da494885357a48a20b9f75423d3 (commit)
       via  e4e406b4f3a435b2768a2f46450c874a0a4e0712 (commit)
      from  b920e19c65af9ca38dbe7112ebd882b88bf61309 (commit)


- Log -----------------------------------------------------------------
commit e15345abbb5bfc4492a93551bc030e530f43f179
Author: Michel Zou &amp;lt;xantares09&amp;lt; at &amp;gt;hotmail.com&amp;gt;
Date:   Thu Jan 31 21:23:43 2013 +0100

    Added version attribute.

commit 74049fe086881da494885357a48a20b9f75423d3
Author: Michel Zou &amp;lt;xantares09&amp;lt; at &amp;gt;hotmail.com&amp;gt;
Date:   Wed Jan 30 21:57:28 2013 +0100

    Allow to override LIB_SUFFIX

commit e4e406b4f3a435b2768a2f46450c874a0a4e0712
Author: Michel Zou &amp;lt;xantares09&amp;lt; at &amp;gt;hotmail.com&amp;gt;
Date:   Wed Jan 30 15:01:47 2013 +0100

    Fixed deprecated cmake python variable.

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

Summary of changes:
 CMakeLists.txt          |   10 ++--
 bindings/CMakeLists.txt |  12&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-02-04T11:46:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/430">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0-1-gb920e19</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/430</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  b920e19c65af9ca38dbe7112ebd882b88bf61309 (commit)
      from  80101c71c06f7c017c5438a08f51fdf17768f8ca (commit)


- Log -----------------------------------------------------------------
commit b920e19c65af9ca38dbe7112ebd882b88bf61309
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Tue Jan 29 14:42:53 2013 +0100

    Fix typo in release documentation

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

Summary of changes:
 doc/release-checklist.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index fe5654a..55c8902 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -16,7 +16,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 - Create git tag:
   - git tag -s -u 24F006F5 v0.XX
-  - git tag -d latest-release ; git tag latest-release
+  - git tag -d latest_release ; git tag latest_release
   - git push --tags
 
 - Website


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-29T13:42:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/429">
    <title>A library to talk to FTDI chips tag, latest_release, updated. v1.0</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/429</link>
    <description>&lt;pre&gt;The tag, latest_release has been updated
        to  80101c71c06f7c017c5438a08f51fdf17768f8ca (commit)
      from  6935ef7bd3cd0666438423285736cece988c2c7f

- Log -----------------------------------------------------------------
commit 80101c71c06f7c017c5438a08f51fdf17768f8ca
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Tue Jan 29 14:21:38 2013 +0100

    Prepare changelog for release
-----------------------------------------------------------------------


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-29T13:42:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/428">
    <title>A library to talk to FTDI chips annotated tag, v1.0, created. v1.0</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/428</link>
    <description>&lt;pre&gt;The annotated tag, v1.0 has been created
        at  eaa336e706eb986df5c25831a7859c3304c3e822 (tag)
   tagging  80101c71c06f7c017c5438a08f51fdf17768f8ca (commit)
  replaces  v1.0rc3
 tagged by  Thomas Jarosch
        on  Tue Jan 29 14:39:54 2013 +0100

- Log -----------------------------------------------------------------
Released libftdi 1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEABECAAYFAlEH0TAACgkQcH+RpCTwBvUsBgCfbnlI6D/yJbhFpYrwOfgTw/kb
e4kAoLsgBYlYUM/Wn64bDVWGKmyN8Sks
=2HBb
-----END PGP SIGNATURE-----

Thomas Jarosch (2):
      Fix usleep unit conversion
      Prepare changelog for release

Xiaofan Chen (1):
      MinGW support: Change sleep() to usleep()

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


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-29T13:42:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/427">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0rc3-3-g80101c7</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/427</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  80101c71c06f7c017c5438a08f51fdf17768f8ca (commit)
      from  8ace18625ea423f7a06b2927bf5d0fbd520146ae (commit)


- Log -----------------------------------------------------------------
commit 80101c71c06f7c017c5438a08f51fdf17768f8ca
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Tue Jan 29 14:21:38 2013 +0100

    Prepare changelog for release

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

Summary of changes:
 ChangeLog |    4 ++--
 README    |   15 ++++++++++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 47e4bd0..b411f78 100644
--- a/ChangeLog
+++ b/ChangeLog
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-New in 1.0rc3 - 2013-01-XX
+New in 1.0 - 2013-01-29
 -----------------------
 * Ported to libusb 1.x (initial work by Jie Zhang)
 * Many eeprom handling improvements (Uwe Bonnes, Anders Larsen)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,7 +7,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; New in 1.0rc3 - 2013-01-XX
 
 * New baudrate calculation code + unit tests (Uwe Bonnes&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-29T13:21:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/426">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0rc3-2-g8ace186</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/426</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  8ace18625ea423f7a06b2927bf5d0fbd520146ae (commit)
      from  f690061114c913feb9e55c4e2ea05e2ac79c969b (commit)


- Log -----------------------------------------------------------------
commit 8ace18625ea423f7a06b2927bf5d0fbd520146ae
Author: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
Date:   Mon Jan 28 14:46:25 2013 +0100

    Fix usleep unit conversion

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

Summary of changes:
 examples/bitbang.c        |    8 ++++----
 examples/bitbang_ft2232.c |    8 ++++----
 examples/serial_test.c    |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/examples/bitbang.c b/examples/bitbang.c
index a6bd649..0a67772 100644
--- a/examples/bitbang.c
+++ b/examples/bitbang.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,7 +32,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int main(int argc, char **argv)
     printf("enabling bitbang mode\n");
     ftdi_set_bitmode(ftdi, 0xFF, BITMODE_BITBANG);
 
-    usleep(3000);
+    usleep(3 * 1000000);
 
     buf[0] = 0x0;
     &lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-28T13:46:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/425">
    <title>A library to talk to FTDI chips branch, master, updated. v1.0rc3-1-gf690061</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/425</link>
    <description>&lt;pre&gt;The branch, master has been updated
       via  f690061114c913feb9e55c4e2ea05e2ac79c969b (commit)
      from  99b80bfbb6f16b201ca2d0063b5693193bf8c874 (commit)


- Log -----------------------------------------------------------------
commit f690061114c913feb9e55c4e2ea05e2ac79c969b
Author: Xiaofan Chen &amp;lt;xiaofanc&amp;lt; at &amp;gt;gmail.com&amp;gt;
Date:   Mon Jan 28 10:34:06 2013 +0100

    MinGW support: Change sleep() to usleep()
    
    Change sleep() to usleep() to make examples build
    successful under Windows with MinGW.

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

Summary of changes:
 examples/bitbang.c        |   11 ++++-------
 examples/bitbang2.c       |    3 ---
 examples/bitbang_ft2232.c |   11 ++++-------
 examples/serial_test.c    |    5 +----
 4 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/examples/bitbang.c b/examples/bitbang.c
index 1d69e2e..a6bd649 100644
--- a/examples/bitbang.c
+++ b/examples/bitbang.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -3,9 +3,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;stdio.h&amp;gt;
 #include &amp;lt;stdlib.h&amp;gt;
 #inclu&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-28T09:36:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/424">
    <title>A library to talk to FTDI chips annotated tag, v1.0rc3, created. v1.0rc3</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.libftdi.scm/424</link>
    <description>&lt;pre&gt;The annotated tag, v1.0rc3 has been created
        at  b351f90ce1afbff9bd7822b1e8d91821b1b23931 (tag)
   tagging  99b80bfbb6f16b201ca2d0063b5693193bf8c874 (commit)
  replaces  v1.0rc2
 tagged by  Thomas Jarosch
        on  Fri Jan 25 11:44:23 2013 +0100

- Log -----------------------------------------------------------------
Third release candidate of libftdi 1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEABECAAYFAlECYhAACgkQcH+RpCTwBvXzTQCePXzCzxscbck0awzA997vKrAV
q/UAoI8mt3nE+nBA2Dle2WIV1GEDOzgE
=C1io
-----END PGP SIGNATURE-----

Michel Zou (5):
      Added cmake config file
      Fixed python wrapper being rebuilt every time.
      Fixed cmake script installation dir on rpm distro.
      Renamed LibFTDIConfig.cmake. Cosmetic changes to CMakeLists.
      Add C++ wrapper config vars.

Thomas Jarosch (5):
      Change default build type to optimized build with debug symbols (RelWithDebInfo)
      Include generated cmake config files in devel rpm package
      Adapt rpm specfile to&lt;/pre&gt;</description>
    <dc:creator>libftdi-git&lt; at &gt;developer.intra2net.com</dc:creator>
    <dc:date>2013-01-25T10:45:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.libftdi.scm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.libftdi.scm</link>
  </textinput>
</rdf:RDF>
