<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/input/tablet/wacom_sys.c, branch v3.7.4</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.7.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.7.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2012-10-30T07:10:29Z</updated>
<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.stealer.net/cgit.cgi/user/sven/linux.git/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>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.stealer.net/cgit.cgi/user/sven/linux.git/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>
<entry>
<title>Input: wacom - handle split-sensor devices with internal hubs</title>
<updated>2012-10-25T23:02:36Z</updated>
<author>
<name>Jason Gerecke</name>
<email>killertofu@gmail.com</email>
</author>
<published>2012-10-21T07:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=aea2bf6a57a9e4596bfad164f986ba10ddc6adf3'/>
<id>urn:sha1:aea2bf6a57a9e4596bfad164f986ba10ddc6adf3</id>
<content type='text'>
Like our other pen-and-touch products, the Cintiq 24HD touch needs data
to be shared between its two sensors to facilitate proximity-based palm
rejection.

Unlike other tablets that report sensor data through separate interfaces
of the same USB device, the Cintiq 24HD touch has separate USB devices
that are connected to an internal USB hub.

This patch makes it possible to designate the USB VID/PID of the other
device so that the two may share data.  To ensure we don't accidentally
link to a sensor from a physically separate device (if several have been
plugged in), we limit the search to siblings (i.e., devices directly
connected to the same hub).

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>
<entry>
<title>Input: wacom - clean up wacom_query_tablet_data</title>
<updated>2012-10-05T06:09:32Z</updated>
<author>
<name>Jason Gerecke</name>
<email>killertofu@gmail.com</email>
</author>
<published>2012-10-04T00:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fe494bc2f6e47f02a78ec4761117187db40381a6'/>
<id>urn:sha1:fe494bc2f6e47f02a78ec4761117187db40381a6</id>
<content type='text'>
Rewrites this function to be easier to read and understand. The new
function 'wacom_set_device_mode' now handles the grunt work of
assembling the proper feature report, sending it to the device,
and ensuring the setting "sticks".

Signed-off-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Tested-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 - introduce wacom_fix_phy_from_hid</title>
<updated>2012-10-05T06:09:31Z</updated>
<author>
<name>Jason Gerecke</name>
<email>killertofu@gmail.com</email>
</author>
<published>2012-10-04T00:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=115d5e12a7d5fe62076f9dcc728905196162d709'/>
<id>urn:sha1:115d5e12a7d5fe62076f9dcc728905196162d709</id>
<content type='text'>
The Cintiq 24HD touch cannot use wacom_set_phy_from_res to determine
the physical size of the touch sensor since the pen and touch are
on separate USB devices. The physical size is, however, provided in
the HID descriptor, just scaled to a unit we don't use.

This patch introduces the function wacom_fix_phy_from_hid to let
us make use of the unit and exponent data provided by HID to set
the [xy]_phy variables to an appropriate value. This function
relies on a trimmed-down version of hidinput_calc_abs_res from
the hid-input.c.

Signed-off-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Tested-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' to bring in change ensuring that drivers that</title>
<updated>2012-07-07T23:07:48Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2012-07-07T23:07:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3c3416abbe3328c2fae054379894614b0c894069'/>
<id>urn:sha1:3c3416abbe3328c2fae054379894614b0c894069</id>
<content type='text'>
use threaded IRQs use IRQF_ONESHOT.
</content>
</entry>
<entry>
<title>Merge commit 'v3.5-rc5' into next</title>
<updated>2012-07-04T20:13:55Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2012-07-04T20:13:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=404c3bc30cb1361e1b3533643326ab472d24a618'/>
<id>urn:sha1:404c3bc30cb1361e1b3533643326ab472d24a618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: wacom - don't retrieve touch_max when it is predefined</title>
<updated>2012-06-29T00:02:45Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-06-28T23:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1cecc5cc0658e128bcad0b29edb96f286066571d'/>
<id>urn:sha1:1cecc5cc0658e128bcad0b29edb96f286066571d</id>
<content type='text'>
Some models, such as 0xE6, report more fingers than we process.

Reported-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Tested-by: Nils Kanning &lt;nils@kanning.de&gt;
Tested-by: Rafi Rubin &lt;rafi@seas.upenn.edu&gt;
Reviewed-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - fix retrieving touch_max bug</title>
<updated>2012-06-29T00:02:40Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-06-28T23:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=61c91dd4a58b21a783e37208f4d02e3cb4b637c4'/>
<id>urn:sha1:61c91dd4a58b21a783e37208f4d02e3cb4b637c4</id>
<content type='text'>
rep_data is not an array anymore, so taking it's address when passing to
wacom_get_report() is wrong.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Tested-by: Rafi Rubin &lt;rafi@seas.upenn.edu&gt;
Reviewed-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: wacom - BTN_TOOL_DOUBLETAP is not a valid device_type</title>
<updated>2012-06-28T23:59:18Z</updated>
<author>
<name>Ping Cheng</name>
<email>pinglinux@gmail.com</email>
</author>
<published>2012-06-28T23:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=adad004e1a50f8c64d9f116cd4934da937b51e27'/>
<id>urn:sha1:adad004e1a50f8c64d9f116cd4934da937b51e27</id>
<content type='text'>
It is replaced by BTN_TOOL_FINGER.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Tested-by: Rafi Rubin &lt;rafi@seas.upenn.edu&gt;
Reviewed-by: Jason Gerecke &lt;killertofu@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
</feed>
