<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git/src, branch v1.1.1</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.1</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.1'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2012-01-12T19:05:28+00:00</updated>
<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>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>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>Fall back to single-touch position and pressure dimensions</title>
<updated>2010-09-07T14:08:44+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-09-07T13:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=61632a31642ecaa7288624b0dc9887c4196cc165'/>
<id>urn:sha1:61632a31642ecaa7288624b0dc9887c4196cc165</id>
<content type='text'>
In case mtdev is driving a non-MT device, basic dimensions are not set
properly. Fall back on ABS_X/Y and ABS_PRESSURE, such that basic
pointer operations can be supported through mtdev.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Install mapping and plumbing header files</title>
<updated>2010-09-07T14:08:44+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-09-07T13:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=9daa452e53d2b2f74f943bd0a50d17a311698b4f'/>
<id>urn:sha1:9daa452e53d2b2f74f943bd0a50d17a311698b4f</id>
<content type='text'>
Applications may need to know the property mapping, and the plumbing
interface is actually supported, so install both headers.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Correct logic for kernel MT slots devices</title>
<updated>2010-08-18T09:01:28+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-18T09:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=810cef87de0d65e505e68ad39c469c2e9ce6d0a1'/>
<id>urn:sha1:810cef87de0d65e505e68ad39c469c2e9ce6d0a1</id>
<content type='text'>
This patch fixes the broken logic to detect the kernel MT slots protocol,
such that MT slots devices may pass through mtdev properly.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add missing header files to sources directive</title>
<updated>2010-07-15T12:51:04+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-07-15T12:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=16110e89a671067ee53cb7a8bce6b6a2690b97ae'/>
<id>urn:sha1:16110e89a671067ee53cb7a8bce6b6a2690b97ae</id>
<content type='text'>
In order for make dist-gzip to work properly, all files needed
to build the system need to be listed. This patch adds the missing
header files to the sources directive.

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