<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git/include/mtdev-plumbing.h, branch v1.1.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.5</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.5'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2010-12-22T17:29:00+00:00</updated>
<entry>
<title>Introduce a stable ABI</title>
<updated>2010-12-22T17:29:00+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=56a77e68fb91eef928d8a95c50ae14508e37ae0f'/>
<id>urn:sha1:56a77e68fb91eef928d8a95c50ae14508e37ae0f</id>
<content type='text'>
The current mtdev is not ABI stable, and the upcoming additions
to the kernel api will break ABI. This patch starts the process
of keeping binary compatibility with old programs, by moving the
abi-specific parts under a special flag, MTDEV_NO_LEGACY_API,
and makes sure the internal parts compiles with MTDEV_NO_LEGACY_API
set. This way, older programs will still work, old programs will
still compile, and new programs will be able to use the additions.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Allow use in c++ applications</title>
<updated>2010-12-22T11:31:28+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-20T15:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=0e2ab3b5940e70493aaabdfe5e8da1c75db4db72'/>
<id>urn:sha1:0e2ab3b5940e70493aaabdfe5e8da1c75db4db72</id>
<content type='text'>
Reported-by: Armando Visconti &lt;armando.visconti@st.com&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Apply new package title to all files</title>
<updated>2010-06-22T09:55:04+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-22T09:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=d4d92de224681a260de81be44374649de2bfb485'/>
<id>urn:sha1:d4d92de224681a260de81be44374649de2bfb485</id>
<content type='text'>
This patch changes the package description title in all relevant
files, and touches up the README. All systems go.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Restructure mtdev api</title>
<updated>2010-06-19T12:01:40+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-19T10:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=259b92a30280cdec2b7798df3c14da596c417ef1'/>
<id>urn:sha1:259b92a30280cdec2b7798df3c14da596c417ef1</id>
<content type='text'>
Split the api into plumbing and porcelain layers and move the
plumbing part to its own optional header file.

The main usecase is to fetch events from the device, route them
through the converter and extract the processed events. To simplify
the API, replace the intermediate mtdev_pull() function by the
higher-level mtdev_get(). This function does all the required steps,
and has the same semantics as read().

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
