<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/tablet, branch v2.6.33.12</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/tablet?h=v2.6.33.12</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/tablet?h=v2.6.33.12'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2010-04-26T14:47:54Z</updated>
<entry>
<title>Input: wacom - switch mode upon system resume</title>
<updated>2010-04-26T14:47:54Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2010-04-14T06:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e58bcaf0556d4507abab778f1a919e45d4d5639a'/>
<id>urn:sha1:e58bcaf0556d4507abab778f1a919e45d4d5639a</id>
<content type='text'>
commit 014f61504af276ba9d9544d8a7401d8f8526eb73 upstream.

When Wacom devices wake up from a sleep, the switch mode command
(wacom_query_tablet_data) is needed before wacom_open is called.
wacom_query_tablet_data should not be executed inside wacom_open
since wacom_open is called more than once during probe.

wacom_retrieve_hid_descriptor is removed from wacom_resume due
to the fact that the required descriptors are stored properly
upon system resume.

Reported-and-tested-by: Anton Anikin &lt;Anton@Anikin.name&gt;
Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: wacom - separate pen from express keys on Graphire</title>
<updated>2009-12-15T08:36:20Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-12-15T08:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0f5e182dff576e6f3cd9b805834f18d11f2882aa'/>
<id>urn:sha1:0f5e182dff576e6f3cd9b805834f18d11f2882aa</id>
<content type='text'>
Since Graphire/Bamboo devices report pen and expresskeys in the same
data packet, we need to send a input_sync event to separate pen data
from expresskeys for X11 driver to process them properly.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add defines for data packet report IDs</title>
<updated>2009-12-15T08:36:15Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-12-15T08:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cad7470084686d876ebfecf55a9ce039075f9134'/>
<id>urn:sha1:cad7470084686d876ebfecf55a9ce039075f9134</id>
<content type='text'>
Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add support for new LCD tablets</title>
<updated>2009-12-15T08:36:08Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-12-15T08:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ec67bbedcf290ef182a897017f65a2707106c7f8'/>
<id>urn:sha1:ec67bbedcf290ef182a897017f65a2707106c7f8</id>
<content type='text'>
This adds support for the foolowing Wacom devices:

 - 0x9F - a single touch only LCD tablet;
 - 0xE2 - a two finger touch only LCD tablet;
 - 0xE3 -  a two finger touch, penabled LCD tablet.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add defines for packet lengths of various devices</title>
<updated>2009-12-15T08:36:02Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-12-15T08:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ee54500d7b960984df125bdd0cd2105d6150e8f1'/>
<id>urn:sha1:ee54500d7b960984df125bdd0cd2105d6150e8f1</id>
<content type='text'>
Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - ensure the device is initialized properly upon resume</title>
<updated>2009-12-15T08:35:55Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-12-15T08:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=232f5693e5c9483e222528ef81979e42ea2f2908'/>
<id>urn:sha1:232f5693e5c9483e222528ef81979e42ea2f2908</id>
<content type='text'>
Call wacom_query_tablet_data() from wacom_resume() so the device will be
switched to Wacom mode upon resume. Devices that require this are: regular
tablets and two finger touch devices.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - don't use on-stack memory for report buffers</title>
<updated>2009-08-21T07:51:28Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2009-08-21T04:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3b7307c2d66dd575ef24b88898b4bc4bddb254f4'/>
<id>urn:sha1:3b7307c2d66dd575ef24b88898b4bc4bddb254f4</id>
<content type='text'>
Tested-by: Martin Capitanio &lt;martin@capitanio.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add DTF720a support and fix rotation on Intuos3</title>
<updated>2009-06-29T06:57:34Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-06-29T05:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c413ec446188ae53276eb60a60311b430448c6b0'/>
<id>urn:sha1:c413ec446188ae53276eb60a60311b430448c6b0</id>
<content type='text'>
This patch adds DTF720a support and fixes an Intuos3 rotation
pen out-proximity bug.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - clear Intuos4 wheel data when finger leaves proximity</title>
<updated>2009-06-03T14:37:36Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-06-02T23:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a86295283063ce23fbefad494c71290caf8eae25'/>
<id>urn:sha1:a86295283063ce23fbefad494c71290caf8eae25</id>
<content type='text'>
Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add support for Intuos4 tablets</title>
<updated>2009-05-09T01:33:43Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2009-05-09T01:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6f660f12d703fa23069317f0a64c6b75d08c15c2'/>
<id>urn:sha1:6f660f12d703fa23069317f0a64c6b75d08c15c2</id>
<content type='text'>
Signed-oof-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
