<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitouch.git/src/capabilities.h, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.
</subtitle>
<id>https://bitmath.se/org/git/multitouch.git/atom?h=master</id>
<link rel='self' href='https://bitmath.se/org/git/multitouch.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/'/>
<updated>2010-06-16T00:27:32+00:00</updated>
<entry>
<title>refactor: Move files</title>
<updated>2010-06-16T00:27:32+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-16T00:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=ff88de5cd38b5b51bad0e63d373d66745f1f8d31'/>
<id>urn:sha1:ff88de5cd38b5b51bad0e63d373d66745f1f8d31</id>
<content type='text'>
Move all headers into include, separate source files into modules
match, mtdev, src and driver, move some common definitions to
common.h, and include define support for the MT slot protocol.

This patch does not introduce any logical changes.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add convenience methods for distance to capability center point</title>
<updated>2010-05-13T23:41:39+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-05-13T23:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=8ced3667a30e00bd2368d4b5417f1f07cc86d290'/>
<id>urn:sha1:8ced3667a30e00bd2368d4b5417f1f07cc86d290</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Filter non-zero finger width events</title>
<updated>2010-04-18T07:58:49+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-18T07:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=182d9419ded03262166514e3c76033a8daa14141'/>
<id>urn:sha1:182d9419ded03262166514e3c76033a8daa14141</id>
<content type='text'>
Add filtering also to touch/width events, but be careful to treat a zero
touch exactly as zero.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add constant clicking area to capabilities</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-14T09:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=80ccdaa7441ab9d729b7736d6a784632e216ba74'/>
<id>urn:sha1:80ccdaa7441ab9d729b7736d6a784632e216ba74</id>
<content type='text'>
The trackpads with integrated button have a dedicated clicking area
at the bottom of the pad. This patch adds the position of the onset
of the clicking area to capabilities.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add integrated button property to capabilities</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-11T13:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=872fccb2f4214b99b82e74a8b9e90c9c5f0773c1'/>
<id>urn:sha1:872fccb2f4214b99b82e74a8b9e90c9c5f0773c1</id>
<content type='text'>
The new Apple unibody macbooks have a trackpad with an integrated
button, which needs special treatment. This patch tests the device
for an integrated button and keeps the result in the capabilities
struture.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Additional device information</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-11T13:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=a493e814663ddcb6353673e366bf61285b1695b5'/>
<id>urn:sha1:a493e814663ddcb6353673e366bf61285b1695b5</id>
<content type='text'>
Add information about the device name and device identifier from the
EVIO protocol.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add robust position event filtering</title>
<updated>2010-04-15T04:10:07+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-10T23:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=40b3cd568e8cc64a5f7f748f2003d90aa5e738ef'/>
<id>urn:sha1:40b3cd568e8cc64a5f7f748f2003d90aa5e738ef</id>
<content type='text'>
The kernel filtering is bypassed for MT events. This patch reintroduces
filtering at the earliest possible point, right after the fingers have
been identified. For drivers that do not set proper fuzz parameters,
sensible values are derived based on a generic signal-to-noise ratio.
The defuzz code is borrowed from the Linux kernel, thanks GPL.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Introduce convenience function for device dimensions</title>
<updated>2010-03-21T13:56:09+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-03-18T20:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=14f65b1a3ddee4e70dc4c67234c3fccdd647af96'/>
<id>urn:sha1:14f65b1a3ddee4e70dc4c67234c3fccdd647af96</id>
<content type='text'>
The capability names are rather lengthy; this patch adds convenience
functions for the dimension capabilities.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>janitor: stick to kernel-style formatting</title>
<updated>2010-02-01T21:03:33+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T21:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=f0b1dbdc00bda57c62199cbdc44acbadbb1121b0'/>
<id>urn:sha1:f0b1dbdc00bda57c62199cbdc44acbadbb1121b0</id>
<content type='text'>
With this commit, the whole code base complies with the
kernel format style, and patches can be checked against
the kernel-provided ./scripts/checkpatch.pl
</content>
</entry>
<entry>
<title>License and credits resolved</title>
<updated>2010-01-30T14:03:39+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-01-30T14:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=0e711b50d648fd724a9c09da7f1f0317fdeb269f'/>
<id>urn:sha1:0e711b50d648fd724a9c09da7f1f0317fdeb269f</id>
<content type='text'>
All files are tagged as GPL, and a CREDIT file created with
references to the synaptics X driver and the matching code,
under their respective MIT and BSD licenses.
</content>
</entry>
</feed>
