<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/touchscreen/Makefile, branch v2.6.26</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=v2.6.26</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.26'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-04-02T04:51:46Z</updated>
<entry>
<title>Input: WM97xx - add support for streaming mode on Mainstone</title>
<updated>2008-04-02T04:51:46Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-04-02T04:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4db8a5f21e5149e09949516eef98b78b68880075'/>
<id>urn:sha1:4db8a5f21e5149e09949516eef98b78b68880075</id>
<content type='text'>
Signed-off-by: Liam Girdwood &lt;liam.girdwood@wolfsonmicro.com&gt;
Signed-off-by: Graeme Gregory &lt;gg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Mike Arthur &lt;mike.arthur@wolfsonmicro.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: WM97xx - add chip driver for WM97123 touchscreen</title>
<updated>2008-04-02T04:51:30Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-04-02T04:51:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dca98e91fb83a43fc430893f349fd8248fa0ba38'/>
<id>urn:sha1:dca98e91fb83a43fc430893f349fd8248fa0ba38</id>
<content type='text'>
Signed-off-by: Liam Girdwood &lt;liam.girdwood@wolfsonmicro.com&gt;
Signed-off-by: Graeme Gregory &lt;gg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Mike Arthur &lt;mike.arthur@wolfsonmicro.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Lars Munch &lt;lars@segv.dk&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: WM97xx - add chip driver for WM9712 touchscreen</title>
<updated>2008-04-02T04:51:26Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-04-02T04:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=de22b9ef1020ffdb9e1ed6f4686e2e62eaeb0958'/>
<id>urn:sha1:de22b9ef1020ffdb9e1ed6f4686e2e62eaeb0958</id>
<content type='text'>
Signed-off-by: Liam Girdwood &lt;liam.girdwood@wolfsonmicro.com&gt;
Signed-off-by: Graeme Gregory &lt;gg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Mike Arthur &lt;mike.arthur@wolfsonmicro.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Lars Munch &lt;lars@segv.dk&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: WM97xx - add chip driver for WM9705 touchscreen</title>
<updated>2008-04-02T04:51:21Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-04-02T04:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9448cefc6689aa51f1cd1cfe8b701dc94789c7ee'/>
<id>urn:sha1:9448cefc6689aa51f1cd1cfe8b701dc94789c7ee</id>
<content type='text'>
Signed-off-by: Liam Girdwood &lt;liam.girdwood@wolfsonmicro.com&gt;
Signed-off-by: Graeme Gregory &lt;gg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Mike Arthur &lt;mike.arthur@wolfsonmicro.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add support for WM97xx familty touchscreens</title>
<updated>2008-04-02T04:51:09Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-04-02T04:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=febf1dff119ef27ee22a54d40f284d2454f00d8d'/>
<id>urn:sha1:febf1dff119ef27ee22a54d40f284d2454f00d8d</id>
<content type='text'>
Add support for the touchscreen controllers provided by Wolfson
Microelectronics WM97xx series chips in both polled and streaming
modes.

These drivers have been maintained out of tree since 2003. During
that time the driver the primary maintainer was Liam Girdwood and
a number of people have made contributions including Dmitry Baryshkov,
Stanley Cai, Rodolfo Giometti, Russell King, Marc Kleine-Budde,
Ian Molton, Vincent Sanders, Andrew Zabolotny, Graeme Gregory,
Mike Arthur and myself. Apologies to anyone I have omitted.

Signed-off-by: Liam Girdwood &lt;liam.girdwood@wolfsonmicro.com&gt;
Signed-off-by: Graeme Gregory &lt;gg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Mike Arthur &lt;mike.arthur@wolfsonmicro.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add support for the HP Jornada 7xx (710/720/728) touchscreen</title>
<updated>2007-09-26T04:02:56Z</updated>
<author>
<name>Kristoffer Ericson</name>
<email>Kristoffer.Ericson@gmail.com</email>
</author>
<published>2007-09-26T04:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5637f02a9cf84f2c00fd8a0f6561c375bb19103b'/>
<id>urn:sha1:5637f02a9cf84f2c00fd8a0f6561c375bb19103b</id>
<content type='text'>
Signed-off-by: Kristoffer Ericson &lt;Kristoffer.Ericson@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add driver for Fujitsu serial touchscreens</title>
<updated>2007-07-18T04:37:01Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2007-07-18T04:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=85f202d5df877f8adcda342b74ab11fbdfea753d'/>
<id>urn:sha1:85f202d5df877f8adcda342b74ab11fbdfea753d</id>
<content type='text'>
These serial touchscreens are found on some Fujitsu lifebook
P-series laptops, and the B6210. Using this requires a new
version of inputattach and doing:

 inputattach -fjt /dev/ttyS0

Big thanks to Stephen Hemminger for testing it and making it
work on his B6210 laptop.

Signed-off-by: Stephen Hemminger &lt;shemminger@linux-foundation.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: move USB touchscreens under drivers/input/touchscreen</title>
<updated>2007-05-08T05:41:29Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2007-05-07T20:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d05e84e6cb21cca16987813fd3c271ebaed4233d'/>
<id>urn:sha1:d05e84e6cb21cca16987813fd3c271ebaed4233d</id>
<content type='text'>
This will allow concentrating all input devices in one place
in {menu|x|q}config.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Input: add Philips UCB1400 touchscreen driver</title>
<updated>2006-11-17T06:07:26Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2006-11-17T06:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f40219bf936bb677566f42758d505e27fad0908e'/>
<id>urn:sha1:f40219bf936bb677566f42758d505e27fad0908e</id>
<content type='text'>
Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add driver for Touchwin serial touchscreens</title>
<updated>2006-08-05T04:32:30Z</updated>
<author>
<name>Rick Koch</name>
<email>n1gp@hotmail.com</email>
</author>
<published>2006-08-05T04:32:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=11ea3173d5f2de71d037ef58ac43395795fed2bc'/>
<id>urn:sha1:11ea3173d5f2de71d037ef58ac43395795fed2bc</id>
<content type='text'>
Signed-off-by: Rick Koch &lt;n1gp@hotmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
