<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input, branch v2.6.14</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.14</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.14'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-10-18T00:03:57Z</updated>
<entry>
<title>[PATCH] uniput - fix crash on SMP</title>
<updated>2005-10-18T00:03:57Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-10-17T23:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e7507ed91e093b9e4e218e41ebfdce05458258fc'/>
<id>urn:sha1:e7507ed91e093b9e4e218e41ebfdce05458258fc</id>
<content type='text'>
Only signal completion after marking request slot as free, otherwise other
processor can free request structure before we finish using it.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/home/rmk/linux-2.6-arm</title>
<updated>2005-10-15T00:16:35Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-10-15T00:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9e04099cb90dce6a34b4cbc6b4a0d4e4cc4c5680'/>
<id>urn:sha1:9e04099cb90dce6a34b4cbc6b4a0d4e4cc4c5680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] zaurus: fix dependencies on collie keyboard</title>
<updated>2005-10-15T00:10:12Z</updated>
<author>
<name>Pavel Machek</name>
<email>pavel@suse.cz</email>
</author>
<published>2005-10-14T22:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=65d406ace3b44e042807d3f9a2e71088818e80f2'/>
<id>urn:sha1:65d406ace3b44e042807d3f9a2e71088818e80f2</id>
<content type='text'>
This fixes depenencies of collie keyboard.

Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[ARM] 3014/1: Spitz keyboard: Correct the right shift key</title>
<updated>2005-10-14T15:07:28Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2005-10-14T15:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=414894938b88c1ad2e9cea6502ceccefb30605c4'/>
<id>urn:sha1:414894938b88c1ad2e9cea6502ceccefb30605c4</id>
<content type='text'>
Patch from Richard Purdie

Correct the right shift key entry in the spitz keyboard driver.

Signed-off-by: Richard Purdie &lt;rpurdie@rpsys.net&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[PATCH] Input: check switch bitmap when matching handlers</title>
<updated>2005-09-24T17:44:25Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-09-24T07:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ff13f98b97cb6c5a2d201dfa4db0a2fd0b4d9d50'/>
<id>urn:sha1:ff13f98b97cb6c5a2d201dfa4db0a2fd0b4d9d50</id>
<content type='text'>
The wwitch bitmap was added to input_device_id structure and we should
check it when matching handlers and input devices.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 series</title>
<updated>2005-09-13T15:22:31Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2005-09-13T08:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fff71312e7227c6850f367ff9c72f96d5b33b1d0'/>
<id>urn:sha1:fff71312e7227c6850f367ff9c72f96d5b33b1d0</id>
<content type='text'>
Add a input driver for the keyboard found on the Zaurus Cxx00 series (Spitz,
Akita, Borzoi).  Its based on corgikbd but there are enough subtle differences
to justify a separate driver.

Signed-Off-by: Richard Purdie &lt;rpurdie@rpsys.net&gt;
Cc: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driver</title>
<updated>2005-09-13T15:22:31Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2005-09-13T08:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=513b6e1afaf81b42cacbb24ef1aa7eea5e9661c2'/>
<id>urn:sha1:513b6e1afaf81b42cacbb24ef1aa7eea5e9661c2</id>
<content type='text'>
Separate out the Sharp Zaurus c7x0 series specific code from the Corgi
Touchscreen driver.  Use the new functions in corgi_lcd.c via sharpsl.h for
hsync handling and pass the IRQ as a platform device resource.  Move a
function prototype into the w100fb header file where it belongs.

This enables the driver to be used by the Zaurus cxx00 series.

Signed-Off-by: Richard Purdie &lt;rpurdie@rpsys.net&gt;
Cc: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Input: i8042 - use kzalloc instead of kcalloc</title>
<updated>2005-09-10T17:04:42Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-09-10T17:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d39969deee4b541be4ee5789a2e4c14511c886e2'/>
<id>urn:sha1:d39969deee4b541be4ee5789a2e4c14511c886e2</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Manual merge with Linus</title>
<updated>2005-09-10T01:14:47Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-09-10T01:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d344c5e0856ad03278d8700b503762dbc8b86e12'/>
<id>urn:sha1:d344c5e0856ad03278d8700b503762dbc8b86e12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] trivial __user annotations (evdev)</title>
<updated>2005-09-09T21:05:54Z</updated>
<author>
<name>viro@ZenIV.linux.org.uk</name>
<email>viro@ZenIV.linux.org.uk</email>
</author>
<published>2005-09-09T19:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=01703597ead8194b46932ba2bcda897e872e91e0'/>
<id>urn:sha1:01703597ead8194b46932ba2bcda897e872e91e0</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
