<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitouch.git/src/hwdata.h, branch v1.0-alpha2</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.
</subtitle>
<id>https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-alpha2</id>
<link rel='self' href='https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-alpha2'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/'/>
<updated>2010-04-15T04:10:08+00:00</updated>
<entry>
<title>Define swipe buttons</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-11T12:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=e5bff8354652f5798d1906004150790377abc775'/>
<id>urn:sha1:e5bff8354652f5798d1906004150790377abc775</id>
<content type='text'>
Define four additional buttons to be used for swiping gestures.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add millisecond event times</title>
<updated>2010-03-21T13:59:09+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-03-21T13:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=0587ab0488c46b61d175793f2deedc3a7aa9b600'/>
<id>urn:sha1:0587ab0488c46b61d175793f2deedc3a7aa9b600</id>
<content type='text'>
Expand the (x, y) notion of the current hardware events to
the more useful (x, y, t) notion. This patch was inspired
by a gesture patch from Arturo Castro &lt;arturo@openframeworks.cc&gt;.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Comply with MT syncronization protocol</title>
<updated>2010-03-21T13:57:59+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-03-21T13:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=c7ed4cec501f10479a98e380d760670312101136'/>
<id>urn:sha1:c7ed4cec501f10479a98e380d760670312101136</id>
<content type='text'>
The latest semantic clarifications in the kernel MT protocol allow
SYN_MT_REPORT to be sent without actually sending any finger data. Add
a mask to the hardware data so that the data actually read can be
tracked.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add support for the ABS_MT_PRESSURE event</title>
<updated>2010-03-21T13:57:42+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-03-21T13:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=d5b3178ca184dee4b3116e5b569745d43dbe37ef'/>
<id>urn:sha1:d5b3178ca184dee4b3116e5b569745d43dbe37ef</id>
<content type='text'>
The kernel MT api was recently updated to include the ABS_MT_PRESSURE event.
This patch adds it to the hardware structure.

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>button: define all buttons used as hardware buttons</title>
<updated>2010-02-01T19:44:42+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T19:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=0571c36648079b79cb38c9969c865cd9f982aef4'/>
<id>urn:sha1:0571c36648079b79cb38c9969c865cd9f982aef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>horizontal and vertical scroll now works again</title>
<updated>2010-01-30T15:03:44+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-01-30T15:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=3ad5cb92c93d712f8b3e341947a8a798f5b3bc2e'/>
<id>urn:sha1:3ad5cb92c93d712f8b3e341947a8a798f5b3bc2e</id>
<content type='text'>
The buttons reported to X did not include the scrolling buttons,
effectively disabling scrolling alltogether. Fixed.
</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>
<entry>
<title>adapt to final version of MT protocol</title>
<updated>2009-05-16T18:07:01+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2009-05-16T18:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=ba20f03d7d2794b3d794e839ba1db45ba327bb62'/>
<id>urn:sha1:ba20f03d7d2794b3d794e839ba1db45ba327bb62</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>drop packets out of sync</title>
<updated>2008-11-09T02:37:55+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2008-11-09T02:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=84088723ed0c5f59335213c12f4b9dbf58af8270'/>
<id>urn:sha1:84088723ed0c5f59335213c12f4b9dbf58af8270</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
