<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git, branch v1.1.0</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.0</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2010-12-22T17:55:09+00:00</updated>
<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>
<entry>
<title>mtdev v1.0.11</title>
<updated>2010-11-07T17:07:07+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-11-07T17:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=db1fdc76ceb5d1bbe32c193e13eb4357da5d0b81'/>
<id>urn:sha1:db1fdc76ceb5d1bbe32c193e13eb4357da5d0b81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add and test a simple kernel matcher</title>
<updated>2010-11-07T17:04:46+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-11-07T17:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=67fdae132708889ed89e302bd63a5cb91b2c75a7'/>
<id>urn:sha1:67fdae132708889ed89e302bd63a5cb91b2c75a7</id>
<content type='text'>
This matcher is for up to four fingers, and has these properties:

* Approximately 1.4 times faster at 4 fingers
* Approximately 4.0 times faster at 2 fingers
* Roughly 100 lines of code

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Generate kernel matcher data</title>
<updated>2010-11-07T16:56:56+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-11-07T16:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=868f53c8a5684524bc6b1e7cd39aabed56fad9df'/>
<id>urn:sha1:868f53c8a5684524bc6b1e7cd39aabed56fad9df</id>
<content type='text'>
This application generates the matcher tables of the tracking
library in the linux kernel.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add mtdev-matching test program</title>
<updated>2010-10-12T15:13:45+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-10-12T15:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=561af7f537b80f3952ab228bcc992ad75ced280b'/>
<id>urn:sha1:561af7f537b80f3952ab228bcc992ad75ced280b</id>
<content type='text'>
Measures matching speed and provides some historically difficult
test cases.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>mtdev v1.0.10</title>
<updated>2010-09-07T14:22:30+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-09-07T14:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=1390859adc7fd084c5c546984d415e44bfc44ccd'/>
<id>urn:sha1:1390859adc7fd084c5c546984d415e44bfc44ccd</id>
<content type='text'>
</content>
</entry>
</feed>
