<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/input/mouse/psmouse-base.c, branch linux-2.6.18.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.18.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.18.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2006-11-19T03:28:02+00:00</updated>
<entry>
<title>[PATCH] Input: psmouse - fix attribute access on 64-bit systems</title>
<updated>2006-11-19T03:28:02+00:00</updated>
<author>
<name>Sergey Vlasov</name>
<email>vsu@altlinux.ru</email>
</author>
<published>2006-11-07T17:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4c52d9e3728fcd7153510f4dce2fad4718408629'/>
<id>urn:sha1:4c52d9e3728fcd7153510f4dce2fad4718408629</id>
<content type='text'>
psmouse_show_int_attr() and psmouse_set_int_attr() were accessing
unsigned int fields as unsigned long, which gave garbage on x86_64.

Signed-off-by: Sergey Vlasov &lt;vsu@altlinux.ru&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
</content>
</entry>
<entry>
<title>Input: psmouse - fix Intellimouse 4.0 initialization</title>
<updated>2006-08-23T04:48:03+00:00</updated>
<author>
<name>Pozsar Balazs</name>
<email>pozsy@uhulinux.hu</email>
</author>
<published>2006-08-23T04:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=90414be9523208f0b667fd58c22e26b8db0594de'/>
<id>urn:sha1:90414be9523208f0b667fd58c22e26b8db0594de</id>
<content type='text'>
Revert the superfluous initilization causing some mice become jumpy.

Signed-off-by: Pozsar Balazs &lt;pozsy@uhulinux.hu&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: psmouse - add support for Intellimouse 4.0</title>
<updated>2006-06-26T05:56:08+00:00</updated>
<author>
<name>Pozsar Balazs</name>
<email>pozsy@uhulinux.hu</email>
</author>
<published>2006-06-26T05:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b0c9ad8e0ff154f8c4730b8c4383f49b846c97c4'/>
<id>urn:sha1:b0c9ad8e0ff154f8c4730b8c4383f49b846c97c4</id>
<content type='text'>
Add support for the H-Wheel present on Microsoft Intellimouse 4.0
(AKA "tilt mouse")

Signed-off-by: Pozsar Balazs &lt;pozsy@uhulinux.hu&gt;
Signed-off-by: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: fix potential overflows in driver/input/mouse</title>
<updated>2006-06-26T05:45:10+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-06-26T05:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=08ffce4560e0133e10634b0dd85eecee11257a1c'/>
<id>urn:sha1:08ffce4560e0133e10634b0dd85eecee11257a1c</id>
<content type='text'>
Change all sprintfs into snprintfs to make sure we won't stomp on
data adjacent to our buffers.

Noticed by Wouter Paesen &lt;wouter@kangaroot.net&gt;

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: psmouse - fix new device detection logic</title>
<updated>2006-04-29T05:12:44+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-04-29T05:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=89c9b4805a525bdd4c6e7529d06292f60ac837fc'/>
<id>urn:sha1:89c9b4805a525bdd4c6e7529d06292f60ac837fc</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6</title>
<updated>2006-03-14T04:36:52+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-03-14T04:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=58a343f22e8ef987b90e34bbef7f1455e3bb5a15'/>
<id>urn:sha1:58a343f22e8ef987b90e34bbef7f1455e3bb5a15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Input: psmouse - disable autoresync</title>
<updated>2006-03-11T06:09:33+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-03-11T05:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8bd0ee93fef9733c72fef1817330b3ee2b71cf9d'/>
<id>urn:sha1:8bd0ee93fef9733c72fef1817330b3ee2b71cf9d</id>
<content type='text'>
Automatic resynchronization in psmouse driver causes problems on some
hardware so disable it by default for now. People with KVM switches
that require resync can still enable it via module parameter or sysfs
attribute.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Input: psmouse - semaphore to mutex conversion</title>
<updated>2006-02-19T05:22:11+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2006-02-19T05:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c14471dc2e014f9508ea1ac48394e5437ee970d7'/>
<id>urn:sha1:c14471dc2e014f9508ea1ac48394e5437ee970d7</id>
<content type='text'>
The conversion was generated via scripts, and the result was validated
automatically via a script as well.

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: psmouse - set name for Genius mice</title>
<updated>2006-01-30T02:50:46+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-01-30T02:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a3f3f3176686ada02d9eb5e4a6d7dff1ee13396c'/>
<id>urn:sha1:a3f3f3176686ada02d9eb5e4a6d7dff1ee13396c</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: psmouse - attempt to re-synchronize mouse every 5 seconds</title>
<updated>2006-01-14T05:27:37+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-01-14T05:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f0d5c6f419d3a10443f66d6835855837eae4ac4b'/>
<id>urn:sha1:f0d5c6f419d3a10443f66d6835855837eae4ac4b</id>
<content type='text'>
This should help driver to deal vith KVMs that reset mice when
switching between boxes.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
