<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/input, branch v3.3.5</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.3.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.3.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2011-12-30T23:25:52Z</updated>
<entry>
<title>Input: add driver for pixcir i2c touchscreens</title>
<updated>2011-12-30T23:25:52Z</updated>
<author>
<name>Jianchun Bian</name>
<email>jcbian@pixcir.com.cn</email>
</author>
<published>2011-12-30T23:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=36a281e25276f2d138bbbca4170d11453323cce1'/>
<id>urn:sha1:36a281e25276f2d138bbbca4170d11453323cce1</id>
<content type='text'>
This patch adds a driver for PIXCIR's I2C connected touchscreens.

Signed-off-by: Jianchun &lt;jcbian@pixcir.com.cn&gt;
Acked-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add driver for AUO In-Cell touchscreens using pixcir ICs</title>
<updated>2011-12-28T05:22:18Z</updated>
<author>
<name>Heiko Stübner</name>
<email>heiko@sntech.de</email>
</author>
<published>2011-12-28T05:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5245db49d44e6033fece4d9f5946f8970c0d9ca1'/>
<id>urn:sha1:5245db49d44e6033fece4d9f5946f8970c0d9ca1</id>
<content type='text'>
Some displays from AUO have a so called in-cell touchscreen, meaning it
is built directly into the display unit.

Touchdata is gathered through PIXCIR Tango-ICs and processed in an
Atmel ATmega168P with custom firmware. Communication between the host
system and ATmega is done via I2C.

Devices using this touch solution include the Dell Streak5 and the family
of Qisda ebook readers.

The driver reports single- and multi-touch events including touch area
values.

Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add driver for Sharp gp2ap002a00f proximity sensor</title>
<updated>2011-12-12T08:03:36Z</updated>
<author>
<name>Courtney Cavin</name>
<email>courtney.cavin@sonyericsson.com</email>
</author>
<published>2011-12-12T07:38:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ff803ed4ddbbf9f4bbd439b5e23dc25a4e0cce7a'/>
<id>urn:sha1:ff803ed4ddbbf9f4bbd439b5e23dc25a4e0cce7a</id>
<content type='text'>
This driver adds support for Sharp's GP2AP002A00F proximity sensor. The
proximity is measured as a binary switch, i.e. an object is either
detected or not detected. Hence, this driver is implemented as a switch
that reports SW_FRONT_PROXIMITY.

Reviewed-by: Datta Shubhrajyoti &lt;shubhrajyoti@ti.com&gt;
Signed-off-by: Courtney Cavin &lt;courtney.cavin@sonyericsson.com&gt;
Signed-off-by: Oskar Andero &lt;oskar.andero@sonyericsson.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add generic GPIO-tilt driver</title>
<updated>2011-12-01T07:41:16Z</updated>
<author>
<name>Heiko Stübner</name>
<email>heiko@sntech.de</email>
</author>
<published>2011-11-29T19:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3bfd5c5baf66e975b0f365a0cda8d75bf2953ebe'/>
<id>urn:sha1:3bfd5c5baf66e975b0f365a0cda8d75bf2953ebe</id>
<content type='text'>
There exist tilt switches that simply report their tilt-state via
some gpios. The number and orientation of their axes can vary
depending on the switch used and the build of the device. Also two
or more one-axis switches could be combined to provide multi-dimensional
orientation.

One example of a device using such a switch is the family of Qisda
ebook readers, where the switch provides information about the
landscape / portrait orientation of the device. The example in
Documentation/input/gpio-tilt.txt documents exactly this one-axis
device.

Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: samsung-keypad - enable compiling on other platforms</title>
<updated>2011-11-15T17:46:14Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2011-11-08T07:59:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8d964a2872ea0914e00bc7798e68899e01715185'/>
<id>urn:sha1:8d964a2872ea0914e00bc7798e68899e01715185</id>
<content type='text'>
There is nothing in keypad platform definitions that requires
the driver be complied on Samsung platform only, so let's move them
out of the platform subdirectory and relax the dependencies.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: tca8418_keypad - initial driver release</title>
<updated>2011-10-29T19:32:24Z</updated>
<author>
<name>Kyle Manna</name>
<email>kyle.manna@fuel7.com</email>
</author>
<published>2011-10-29T19:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fb6c721b69d4ac518b9be6de8f44ba87a0c0d235'/>
<id>urn:sha1:fb6c721b69d4ac518b9be6de8f44ba87a0c0d235</id>
<content type='text'>
This driver has been tested with hardware and works as expected.  To use
it add the platform data as appropriate and register it with the
corresponding I2C bus.

Signed-off-by: Kyle Manna &lt;kyle.manna@fuel7.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: adp5589-keys - add support for the ADP5585 derivatives</title>
<updated>2011-10-19T04:26:55Z</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.com</email>
</author>
<published>2011-10-19T04:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3f48e7354358519e5b93f7f755ec270b3f8eafa0'/>
<id>urn:sha1:3f48e7354358519e5b93f7f755ec270b3f8eafa0</id>
<content type='text'>
The ADP5585 family keypad decoder and IO expander is similar to the ADP5589,
however it features less IO pins, and lacks hardware assisted key-lock
functionality. Unfortunately the register addresses are different, as well as
the event codes and bit organization within the port related registers.

Move ADP5589 Register defines from the header file into the main source file.
Add new defines while making sure we don't break existing platform_data.
Add register address translation, and turn device specific defines into variables.
Introduce some helper functions and disable functions that doesn't
exist on the added devices.

Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: adxl34x - documentation cleanup</title>
<updated>2011-09-21T05:46:32Z</updated>
<author>
<name>Michael Tandy</name>
<email>lkml@mjt.me.uk</email>
</author>
<published>2011-09-21T05:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5eb9f900e5b524682ace6771529826c4ce26b6ea'/>
<id>urn:sha1:5eb9f900e5b524682ace6771529826c4ce26b6ea</id>
<content type='text'>
This patch clarifies a few bits of documentation in the header file
for the adxl34x driver.

Signed-off-by: Michael Tandy &lt;lkml@mkt.me.uk&gt;
Acked-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add support for Kionix KXTJ9 accelerometer</title>
<updated>2011-07-07T04:23:54Z</updated>
<author>
<name>Chris Hudson</name>
<email>chudson@kionix.com</email>
</author>
<published>2011-07-07T01:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e8e70d83912b40c5c9ea7b85a6110b9925fbed62'/>
<id>urn:sha1:e8e70d83912b40c5c9ea7b85a6110b9925fbed62</id>
<content type='text'>
Signed-off-by: Chris Hudson &lt;chudson@kionix.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2011-06-20T15:59:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-06-20T15:59:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c01ad4081939f91ebd7277e8e731fd90ceb3e632'/>
<id>urn:sha1:c01ad4081939f91ebd7277e8e731fd90ceb3e632</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: sh_keysc - 8x8 MODE_6 fix
  Input: omap-keypad - add missing input_sync()
  Input: evdev - try to wake up readers only if we have full packet
  Input: properly assign return value of clamp() macro.
</content>
</entry>
</feed>
