<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git, branch v1.1.2</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.2</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.2'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2012-02-20T15:03:05+00:00</updated>
<entry>
<title>Release mtdev-1.1.2</title>
<updated>2012-02-20T15:03:05+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2012-02-20T15:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=5a6773f85a77e78dbbb915e32768aa24e1c83124'/>
<id>urn:sha1:5a6773f85a77e78dbbb915e32768aa24e1c83124</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add support for kernel MT slot state retrieval</title>
<updated>2012-02-16T15:33:53+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2012-02-16T15:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=43ce27aab2d990e9a4f54d2050b851bd2da01875'/>
<id>urn:sha1:43ce27aab2d990e9a4f54d2050b851bd2da01875</id>
<content type='text'>
From kernel 3.4, extraction of the MT slot state is supported
via the EVIOGMTSLOTS ioctl. This patch initializes the slots
using that information.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add the missing distance event to the internal slot representation</title>
<updated>2012-01-12T19:05:28+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2012-01-12T19:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=3ec66c3b21e45d6529567f5144ba24dcc4645591'/>
<id>urn:sha1:3ec66c3b21e45d6529567f5144ba24dcc4645591</id>
<content type='text'>
The new distance value was missing from the internal representation,
leading to memory corruption for devices supporting the event. Fixed
with this patch.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Return EINVAL for invalid parameters on mtdev_init.</title>
<updated>2011-04-19T09:47:08+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2011-04-19T09:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=3aa3de4c19b80caaf93812fafff20acd5f5a4d12'/>
<id>urn:sha1:3aa3de4c19b80caaf93812fafff20acd5f5a4d12</id>
<content type='text'>
[rydberg@euromail.se: minor cleanup]
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>mtdev_close should ignore NULL devices.</title>
<updated>2011-04-19T09:47:08+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2011-04-19T09:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=61684cf0466200631b6a44af1c662eb760ad3f5d'/>
<id>urn:sha1:61684cf0466200631b6a44af1c662eb760ad3f5d</id>
<content type='text'>
Saves us one goto label in mtdev_init.

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Release mtdev v1.1.0</title>
<updated>2010-12-22T17:55:09+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=9e3daba37d1d15c99a41a2d838bf683934cc7077'/>
<id>urn:sha1:9e3daba37d1d15c99a41a2d838bf683934cc7077</id>
<content type='text'>
This version includes backwards-compatible API changes,
while keeping the ABI stable. Applications that want to
migrate to the new API, compile with -DMTDEV_NO_LEGACY_API.
</content>
</entry>
<entry>
<title>mtdev-test: output MT event support</title>
<updated>2010-12-22T17:49:41+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=ecfc435c3742546e36ec4eefd76f02584fb54192'/>
<id>urn:sha1:ecfc435c3742546e36ec4eefd76f02584fb54192</id>
<content type='text'>
At startup, output the MT events supported by the device.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add support for ABS_MT_DISTANCE</title>
<updated>2010-12-22T17:35:53+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=cff212dbe28487c14ab040829877d77378a61344'/>
<id>urn:sha1:cff212dbe28487c14ab040829877d77378a61344</id>
<content type='text'>
In the upcoming 2.6.38 kernel, support for hovering is introduced.
Add the ABS_MT_DISTANCE to the extended set of handled ABS_MT events.

The change is binary compatible with existing libraries.

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