<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input, branch v2.6.23</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.23</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.23'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2007-09-28T22:38:12Z</updated>
<entry>
<title>Input: xpad - fix dependancy on LEDS class</title>
<updated>2007-09-28T22:38:12Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2007-09-27T04:09:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b082dff349e0a9374d19765f17b3fdceb74fda56'/>
<id>urn:sha1:b082dff349e0a9374d19765f17b3fdceb74fda56</id>
<content type='text'>
Input: xpad - fix dependancy on LEDS class

The driver can not be built-in when LEDS class is a module.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2007-09-25T18:18:10Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-09-25T18:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=973ed7c49a5c2271a10ce54ac06bba5617fca3a8'/>
<id>urn:sha1:973ed7c49a5c2271a10ce54ac06bba5617fca3a8</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: appletouch - fix idle reset logic
</content>
</entry>
<entry>
<title>Input: appletouch - fix idle reset logic</title>
<updated>2007-09-25T04:06:25Z</updated>
<author>
<name>Thomas Rohwer</name>
<email>tr@tng.de</email>
</author>
<published>2007-09-25T04:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cb560737676260ac15b68d426305ad5e755417ea'/>
<id>urn:sha1:cb560737676260ac15b68d426305ad5e755417ea</id>
<content type='text'>
Idle count should only be incremented when touchpad button
is not pressed, otherwise reset may happen at a wrong time
and touchpad will never report button release event.

Signed-off-by: Thomas Rohwer &lt;trohwer@tng.de&gt;
Acked-by: Matthew Garrett &lt;mjg59@srcf.ucam.org&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>2007-09-12T14:57:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-09-12T14:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=532df780a2012ad75b3f078647f229c4dabd99d1'/>
<id>urn:sha1:532df780a2012ad75b3f078647f229c4dabd99d1</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: usbtouchscreen - correctly set 'phys'
  Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist
  Input: i8042 - fix modpost warning
  Input: add more Braille keycodes
</content>
</entry>
<entry>
<title>Input: usbtouchscreen - correctly set 'phys'</title>
<updated>2007-09-07T01:32:16Z</updated>
<author>
<name>Vladimir Shebordaev</name>
<email>vladimir.shebordaev@gmail.com</email>
</author>
<published>2007-09-07T01:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7b6dff982b063b1b15c30508f16863e5449e7229'/>
<id>urn:sha1:7b6dff982b063b1b15c30508f16863e5449e7229</id>
<content type='text'>
This patch fixes a nasty typo in usbtouchscreen driver. The typo
is inherited from the original mtouchusb. It used to make the input
subsytem to incorrectly report the physical device ids to userspace
that in turn is very confusing for, e.g. XInput hotplug facilities
in setups with multiple identical touchscreens.

Signed-off-by: Vladimir Shebordaev &lt;vshebordaev@mail.ru&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist</title>
<updated>2007-09-05T03:18:21Z</updated>
<author>
<name>Elvis Pranskevichus</name>
<email>el@prans.net</email>
</author>
<published>2007-09-05T03:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=749aea73aaf4ff1dbd83c2021b57a4dde6bbe2b9'/>
<id>urn:sha1:749aea73aaf4ff1dbd83c2021b57a4dde6bbe2b9</id>
<content type='text'>
This fixes "atkbd.c: Suprious NAK on isa0060/serio0" errors for
HP Pavilion DV4270ca.

Signed-off-by: Elvis Pranskevichus &lt;el@prans.net&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: i8042 - fix modpost warning</title>
<updated>2007-09-05T03:16:31Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2007-09-05T03:16:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7a1904c32c5a18a1123fa0ea5040439337617877'/>
<id>urn:sha1:7a1904c32c5a18a1123fa0ea5040439337617877</id>
<content type='text'>
i8042_unregister_ports's only caller i8042_remove is a __devexit function
so make it __devexit too.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&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>2007-08-31T04:55:22Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-08-31T04:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=644b55ce889edd37d6406df26e2d96d7a7390749'/>
<id>urn:sha1:644b55ce889edd37d6406df26e2d96d7a7390749</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: psmouse - make dummy touchkit_ps2_detect() static
  Input: gscps2 - convert to use kzalloc
  Input: iforce - fix 'unused variable' warning
  Input: i8042 - fix retrun value of i8042_aux_test_irq
  Input: gpio_keys - remove duplicate includes
</content>
</entry>
<entry>
<title>Input: psmouse - make dummy touchkit_ps2_detect() static</title>
<updated>2007-08-30T04:44:33Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2007-08-30T04:44:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b3e2c70cd0d05fb6621521521fbd5debed57d753'/>
<id>urn:sha1:b3e2c70cd0d05fb6621521521fbd5debed57d753</id>
<content type='text'>
The dummy touchkit_ps2_detect() for the CONFIG_MOUSE_PS2_TOUCHKIT=n case
shouldn't be a global function.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: gscps2 - convert to use kzalloc</title>
<updated>2007-08-30T04:18:00Z</updated>
<author>
<name>Mariusz Kozlowski</name>
<email>m.kozlowski@tuxland.pl</email>
</author>
<published>2007-08-30T04:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7460caf32a16866f9d8675aa7aefd7d82d1e23f7'/>
<id>urn:sha1:7460caf32a16866f9d8675aa7aefd7d82d1e23f7</id>
<content type='text'>
Signed-off-by: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
