<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/tablet, branch v3.8</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v3.8</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2013-01-24T03:38:52Z</updated>
<entry>
<title>Input: wacom - fix wacom_set_report retry logic</title>
<updated>2013-01-24T03:38:52Z</updated>
<author>
<name>Chris Bagwell</name>
<email>chris@cnpbagwell.com</email>
</author>
<published>2013-01-24T03:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9937c026820baabd1e908a9c1e6bdc846293000a'/>
<id>urn:sha1:9937c026820baabd1e908a9c1e6bdc846293000a</id>
<content type='text'>
Logic sets a value and then reads it back to make sure it worked
and retries write on failures.  Since read and write share a buffer,
it needs to be set back up before writing though.

Issue is not seen a lot because 1) it doesn't need to retry for
a lot of tablets and 2) a lot of failures that need a retry are
from an -ETIMEDOUT and hopefully buffer is not touched in this case.

At least one user has shown logs with buffer being modified during
-ETIMEDOUT case with linux 3.7 kernel.

Signed-off-by: Chris Bagwell &lt;chris@cnpbagwell.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'next' into for-linus</title>
<updated>2012-12-17T06:04:14Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2012-12-17T06:04:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=022573c275500e1a50889949f679d04b5446edf6'/>
<id>urn:sha1:022573c275500e1a50889949f679d04b5446edf6</id>
<content type='text'>
Prepare first set of updates for 3.8 merge window.
</content>
</entry>
<entry>
<title>Input: wacom - fix touch support for Bamboo Fun CTH-461</title>
<updated>2012-12-04T05:21:19Z</updated>
<author>
<name>Diego Calleja</name>
<email>diegocg@gmail.com</email>
</author>
<published>2012-12-04T05:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e12b3cecf221644ccab64d7c30a6df58b7630cb0'/>
<id>urn:sha1:e12b3cecf221644ccab64d7c30a6df58b7630cb0</id>
<content type='text'>
Commit f393ee2b814e3291c12565000210b3cf10aa5c1d forgot to add the
touch_max property for Wacom Bamboo Fun CTH-461/S, ID 056a:00d2.

This broke the touch functionality for that device. This patch,
(done with help of Ping Cheng), adds the correct value and makes
touch work again.

Signed-off-by: Diego Calleja &lt;diegocg@gmail.com&gt;
Reviewed-by: Ping Cheng &lt;pinglinux@gmail.com&gt;
Cc: stable@kernel.org
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add support for a new MT device (0x4001)</title>
<updated>2012-11-21T21:22:10Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-11-21T21:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=edbe265d245b0fe05c43e96e52554dacae5dcc70'/>
<id>urn:sha1:edbe265d245b0fe05c43e96e52554dacae5dcc70</id>
<content type='text'>
It supports 10 fingers.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - simplify type check for newer V5 devices</title>
<updated>2012-11-21T21:22:06Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-11-21T21:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2ad5169c762e56e4c7a76f517256ce853eb53ad0'/>
<id>urn:sha1:2ad5169c762e56e4c7a76f517256ce853eb53ad0</id>
<content type='text'>
The updated type enum enables this implementation.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add support for 2 new multi-touch tablets (0x100 and 0x101)</title>
<updated>2012-11-08T17:12:46Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-11-03T19:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6afdc289c984451a6202a687fe6af727e051a784'/>
<id>urn:sha1:6afdc289c984451a6202a687fe6af727e051a784</id>
<content type='text'>
This adds support for the two new multi-touch tablets.

Signed-off-by: Ping Cheng &lt;pinglinux@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - clean up device type code</title>
<updated>2012-11-08T17:12:29Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-11-03T19:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3699dd7e16a9f68586a44e1efeb9708359f9c2a6'/>
<id>urn:sha1:3699dd7e16a9f68586a44e1efeb9708359f9c2a6</id>
<content type='text'>
Use switch instead of if statement to verify device types

Signed-off-by: Ping Cheng &lt;pinglinux@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - correct bad Cintiq 24HD check</title>
<updated>2012-10-30T07:10:29Z</updated>
<author>
<name>Jason Gerecke</name>
<email>killertofu@gmail.com</email>
</author>
<published>2012-10-30T06:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b216e12d062d060f2c7b1a49b4b6a6a442cae79c'/>
<id>urn:sha1:b216e12d062d060f2c7b1a49b4b6a6a442cae79c</id>
<content type='text'>
Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'v3.7-rc3' into for-linus to sync up with recent USB changes</title>
<updated>2012-10-30T07:09:18Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2012-10-30T07:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=68fe0f0a6dcd2ac1ace5da3647a6d1cf0f4d2fea'/>
<id>urn:sha1:68fe0f0a6dcd2ac1ace5da3647a6d1cf0f4d2fea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: wacom - add touch sensor support for Cintiq 24HD touch</title>
<updated>2012-10-25T23:02:36Z</updated>
<author>
<name>Jason Gerecke</name>
<email>killertofu@gmail.com</email>
</author>
<published>2012-10-21T07:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b1e4279e4ef5549bf6ebf8f6f17dd26f0af8e8a2'/>
<id>urn:sha1:b1e4279e4ef5549bf6ebf8f6f17dd26f0af8e8a2</id>
<content type='text'>
Decode multitouch reports from the touch sensor of the Cintiq 24HD
touch.

Signed-off-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
