<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git/src/iobuf.c, branch v1.0.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/mtdev.git/atom?h=v1.0.9</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.0.9'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2010-06-22T09:55:04+00:00</updated>
<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>janitor: fix compiler warnings</title>
<updated>2010-06-22T09:44:36+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-22T09:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=9c5128866ea65ad300b40d47a9d43998dc8bc9f4'/>
<id>urn:sha1:9c5128866ea65ad300b40d47a9d43998dc8bc9f4</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>mtdev_get: return number of retrieved events if error occurs</title>
<updated>2010-06-21T22:44:33+00:00</updated>
<author>
<name>Chase Douglas</name>
<email>chase.douglas@canonical.com</email>
</author>
<published>2010-06-21T13:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=dbbf15a7fad8b76122061344aeddb652bd4fe442'/>
<id>urn:sha1:dbbf15a7fad8b76122061344aeddb652bd4fe442</id>
<content type='text'>
Otherwise, we pull events, but return -1. We should send the events we
were able to retrieve for now.

Signed-off-by: Chase Douglas &lt;chase.douglas@canonical.com&gt;
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>
<entry>
<title>Correct semantic error in mtdev_idle</title>
<updated>2010-06-17T23:39:40+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T23:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=309df849b8ad3772b912d498eacda9f38a6e4f1e'/>
<id>urn:sha1:309df849b8ad3772b912d498eacda9f38a6e4f1e</id>
<content type='text'>
The current semantics, that a non-empty conversion pipe means
the device is not idle, is not very useful. This patch changes
the semantics to simply checking if the fetch buffer is empty,
and if there are no events to fetch from the device.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Allow max_events to be zero in mtdev_pull()</title>
<updated>2010-06-17T23:35:28+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T23:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=d62c625535494361b8ba0a004a1d24ce485f0b59'/>
<id>urn:sha1:d62c625535494361b8ba0a004a1d24ce485f0b59</id>
<content type='text'>
When reading from non-blocking devices, it makes sense to read
all events available. This patch lets a zero max_events achieve that.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Rectify argument order in mtdev_fetch</title>
<updated>2010-06-17T23:32:43+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T23:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=c9c4f4cda362679567bc4bc04ffedc5d984e2329'/>
<id>urn:sha1:c9c4f4cda362679567bc4bc04ffedc5d984e2329</id>
<content type='text'>
The argument order in mtdev_fetch() differs from all other
usages involved the file descriptor. Fixed with this patch.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add idle function</title>
<updated>2010-06-17T18:15:44+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T18:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=7d392652bae52b76cb5fe907cc1e86e0e0c4ced9'/>
<id>urn:sha1:7d392652bae52b76cb5fe907cc1e86e0e0c4ced9</id>
<content type='text'>
This patch adds the mtdev_idle() function, which checks the kernel
device for activity. Useful when implementing timing logic.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Initial load of mtdev project</title>
<updated>2010-06-17T16:12:58+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T16:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=66e5de9eaefc33ffa6af3617f9ec7a50f10af50d'/>
<id>urn:sha1:66e5de9eaefc33ffa6af3617f9ec7a50f10af50d</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
