<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/libps2.h, branch v2.6.29.2</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.29.2</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.29.2'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-11-24T16:43:21Z</updated>
<entry>
<title>Input: libps2 - handle 0xfc responses from devices</title>
<updated>2008-11-24T16:43:21Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2008-11-19T22:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a2d781fc8d9b16113dd9440107d73c0f21d7cbef'/>
<id>urn:sha1:a2d781fc8d9b16113dd9440107d73c0f21d7cbef</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: libps2 - remove delayed command execution</title>
<updated>2008-05-16T18:50:49Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2008-05-06T16:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ccd3474569a101914444dc37cc108eec22578999'/>
<id>urn:sha1:ccd3474569a101914444dc37cc108eec22578999</id>
<content type='text'>
Delayed command execution is not used by anyone so let's remove it.

Reported-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: atkbd - support Microsoft Natural Elite Pro keyboards</title>
<updated>2006-09-14T05:31:27Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2006-09-14T05:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9807879bfdc0c2b5106b4b378f5475c6a333d853'/>
<id>urn:sha1:9807879bfdc0c2b5106b4b378f5475c6a333d853</id>
<content type='text'>
Microsoft Natural Elite Pro keyboard produces unisual response to
the GET ID command - single byte 0xaa (normally keyboards produce
2-byte response). Fail GET ID command so atkbd gets a change to
do alternate probe.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: serio - semaphore to mutex conversion</title>
<updated>2006-02-19T05:21:55Z</updated>
<author>
<name>Arjan van de Ven</name>
<email>arjan@infradead.org</email>
</author>
<published>2006-02-19T05:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c4e32e9faaaa83340dbbc00e07c48d38f032b7dc'/>
<id>urn:sha1:c4e32e9faaaa83340dbbc00e07c48d38f032b7dc</id>
<content type='text'>
The conversion was generated via scripts, and the result was validated
automatically via a script as well.

Signed-off-by: Arjan van de Ven &lt;arjan@infradead.org&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add ps2_drain() to libps2 to allow reading and discarding</title>
<updated>2005-06-01T07:39:51Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-06-01T07:39:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c611763d048990de5cdf848d97af6392f8fa7430'/>
<id>urn:sha1:c611763d048990de5cdf848d97af6392f8fa7430</id>
<content type='text'>
       given number of bytes from device. Change ps2_command to
       allow using 0 as command ID and actually pass it to the
       device instead of working as a drain.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>input: Increase ACK timeouts in libps2 in case the RESET_BAT command is used.</title>
<updated>2004-10-20T12:13:15Z</updated>
<author>
<name>Vojtech Pavlik</name>
<email>vojtech@suse.cz</email>
</author>
<published>2004-10-20T12:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e93edc59330327d87bfe0e21d406d5130f54b382'/>
<id>urn:sha1:e93edc59330327d87bfe0e21d406d5130f54b382</id>
<content type='text'>
       This should fix most Synaptics "reset failed" cases. Thanks to Keith
       Packard for the report.
       Also add some more keyboard IDs, so that unusual keyboards are accepted
       by libps2 and atkbd.

Signed-off-by: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
</content>
</entry>
<entry>
<title>Input: pull common code from psmouse and atkbd into libps2 module</title>
<updated>2004-09-21T20:48:40Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2004-09-21T20:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2ef6e58b181ab67c49bfa77ac8c67f6becd935e9'/>
<id>urn:sha1:2ef6e58b181ab67c49bfa77ac8c67f6becd935e9</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
