<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/tablet, branch v3.2.41</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/tablet?h=v3.2.41</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/tablet?h=v3.2.41'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-05-30T23:43:48Z</updated>
<entry>
<title>Input: wacom - relax Bamboo stylus ID check</title>
<updated>2012-05-30T23:43:48Z</updated>
<author>
<name>Chris Bagwell</name>
<email>chris@cnpbagwell.com</email>
</author>
<published>2011-10-27T05:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3bd15e770d6b33b53306cb6279234da2383ba3c9'/>
<id>urn:sha1:3bd15e770d6b33b53306cb6279234da2383ba3c9</id>
<content type='text'>
commit c5981411f60c31f0dff6f0f98d2d3711384badaf upstream.

Bit 0x02 always means tip versus eraser. Bit 0x01 is something related
to version of stylus and different values are starting to be used.

Relaxing proximity check is required to be used with 3rd generation
Bamboo Pen and Touch tablets.

Signed-off-by: Chris Bagwell &lt;chris@cnpbagwell.com&gt;
Acked-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;
</content>
</entry>
<entry>
<title>Input: wacom - add product id used by Samsung Slate 7</title>
<updated>2011-12-12T08:00:55Z</updated>
<author>
<name>Chris Bagwell</name>
<email>chris@cnpbagwell.com</email>
</author>
<published>2011-12-12T07:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0d0e3064a88cc8d6bd3a9b43c5ae069ca838fc6e'/>
<id>urn:sha1:0d0e3064a88cc8d6bd3a9b43c5ae069ca838fc6e</id>
<content type='text'>
New product ID reported by Harvey Braun on linuxwacom mailing list
and also tested this patch with new hardware.

Signed-off-by: Chris Bagwell &lt;chris@cnpbagwell.com&gt;
Acked-by: Ping Cheng &lt;pinglinux@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge branch 'next' into for-linus</title>
<updated>2011-10-27T04:46:20Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2011-10-27T04:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6ad390a25a9d1d8606b9b826878f0a30639dc2b3'/>
<id>urn:sha1:6ad390a25a9d1d8606b9b826878f0a30639dc2b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: wacom - correct max Y value on medium bamboos</title>
<updated>2011-10-10T15:55:37Z</updated>
<author>
<name>Chris Bagwell</name>
<email>chris@cnpbagwell.com</email>
</author>
<published>2011-10-10T15:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ae927560a7d3055618ccc73a5d057cdd91b63740'/>
<id>urn:sha1:ae927560a7d3055618ccc73a5d057cdd91b63740</id>
<content type='text'>
Medium size Bamboo P&amp;T driver reused max X/Y form older Bamboo 1
medium size tablets and never updated to real value. Actual
active area of tablet is slightly larger in Y direction.

Signed-off-by: Chris Bagwell &lt;chris@cnpbagwell.com&gt;
Acked-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 ABS_DISTANCE to Bamboo Pen reports</title>
<updated>2011-10-10T15:55:34Z</updated>
<author>
<name>Chris Bagwell</name>
<email>chris@cnpbagwell.com</email>
</author>
<published>2011-10-10T15:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c18c2cec31881130c591ea60590859002945cd96'/>
<id>urn:sha1:c18c2cec31881130c591ea60590859002945cd96</id>
<content type='text'>
Tablet reports a distance of 0 right at highest point possible
to be in proximity and distance_max when touching tablet. Inverse
the distance since user land has no way of knowing ABS_DISTANCE
is not distance from tablet.

Signed-off-by: Chris Bagwell &lt;chris@cnpbagwell.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - remove unneeded touch pressure initialization</title>
<updated>2011-10-10T15:55:30Z</updated>
<author>
<name>Chris Bagwell</name>
<email>chris@cnpbagwell.com</email>
</author>
<published>2011-10-10T15:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3d11ae8190c1b273d655b4d8d82be36754587910'/>
<id>urn:sha1:3d11ae8190c1b273d655b4d8d82be36754587910</id>
<content type='text'>
These were left in during removal of touch pressure reports but not
needed now.

Signed-off-by: Chris Bagwell &lt;chris@cnpbagwell.com&gt;
Reviewed-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wacom - make LED status readable through sysfs</title>
<updated>2011-10-05T07:26:24Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2011-10-05T06:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=04c59abd3c053f9a42437d5db3af4383cf68659c'/>
<id>urn:sha1:04c59abd3c053f9a42437d5db3af4383cf68659c</id>
<content type='text'>
Reviewed-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
Tested-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
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 LED support for Cintiq 21ux2</title>
<updated>2011-10-05T07:26:21Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2011-10-05T06:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=09e7d9410764f96f83ebf4a435028ac5e6240af6'/>
<id>urn:sha1:09e7d9410764f96f83ebf4a435028ac5e6240af6</id>
<content type='text'>
Cintiq 21ux2 has two sets of four LEDs on right and left side of
the tablet, respectively.

Reviewed-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
Tested-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
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 expose LED inactive option</title>
<updated>2011-10-05T07:26:17Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2011-10-05T06:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=77e82516a69ad7dd10ada425930ba35e933abcfb'/>
<id>urn:sha1:77e82516a69ad7dd10ada425930ba35e933abcfb</id>
<content type='text'>
The LED also indicates the status of the tablet. Don't turn it off.

Reviewed-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
Tested-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
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 - lower the LED luminance</title>
<updated>2011-10-05T07:26:00Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2011-10-05T06:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f4fa9a6d80a61e5ae01e41262ff8b913deb92378'/>
<id>urn:sha1:f4fa9a6d80a61e5ae01e41262ff8b913deb92378</id>
<content type='text'>
The LED luminance level is normally lower when no button is pressed.

Reviewed-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
Tested-by: Eduard Hasenleithner &lt;eduard@hasenleithner.at&gt;
Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
