<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/input/mouse, 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: trackpoint - activate protocol when resuming</title>
<updated>2006-08-05T02:52:26+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2006-08-05T02:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=184dd2751c653a572c79c1fff969000b8880da40'/>
<id>urn:sha1:184dd2751c653a572c79c1fff969000b8880da40</id>
<content type='text'>
Trackpoint driver was not sending the magic knock sequence upon resume
causing incorrect device behavior after resuming from disk.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: logips2pp - fix button mapping for MX300</title>
<updated>2006-08-05T02:52:13+00:00</updated>
<author>
<name>Roberto Castagnola</name>
<email>roberto.castagnola@gmail.com</email>
</author>
<published>2006-08-05T02:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0c19fcd83793be248f8108a52f895c8d0034b182'/>
<id>urn:sha1:0c19fcd83793be248f8108a52f895c8d0034b182</id>
<content type='text'>
MX300 does not have an EXTRA_BTN - it is a simple wheel mouse with
an additional task-switcher button, which is reported as side button
(and not task button).

Signed-off-by: Daniel Drake &lt;dsd@gentoo.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants</title>
<updated>2006-07-02T20:58:50+00:00</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2006-07-02T02:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=dace145374b8e39aeb920304c358ab5e220341ab'/>
<id>urn:sha1:dace145374b8e39aeb920304c358ab5e220341ab</id>
<content type='text'>
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: Ingo Molnar &lt;mingo@elte.hu&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&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>Remove obsolete #include &lt;linux/config.h&gt;</title>
<updated>2006-06-30T17:25:36+00:00</updated>
<author>
<name>Jörn Engel</name>
<email>joern@wohnheim.fh-wedel.de</email>
</author>
<published>2006-06-30T17:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6ab3d5624e172c553004ecc862bfeac16d9d68b7'/>
<id>urn:sha1:6ab3d5624e172c553004ecc862bfeac16d9d68b7</id>
<content type='text'>
Signed-off-by: Jörn Engel &lt;joern@wohnheim.fh-wedel.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&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 - DMI updates for lifebook protocol</title>
<updated>2006-05-30T03:31:12+00:00</updated>
<author>
<name>Kenan Esau</name>
<email>kenan.esau@conan.de</email>
</author>
<published>2006-05-30T03:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=47ce56edb8ecdd4ec2bbec4e8683f3ba91de72e3'/>
<id>urn:sha1:47ce56edb8ecdd4ec2bbec4e8683f3ba91de72e3</id>
<content type='text'>
Added different lifebook-versions and the CF-18 to the corresponding
dmi-table.

Signed-off-by: Kenan Esau &lt;kenan.esau@conan.de&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: alps - fix old protocol decoding</title>
<updated>2006-05-30T03:30:36+00:00</updated>
<author>
<name>Yotam Medini</name>
<email>yotam.medini@gmail.com</email>
</author>
<published>2006-05-30T03:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d2f4012f15845761bd3c6f90172e53767c11e359'/>
<id>urn:sha1:d2f4012f15845761bd3c6f90172e53767c11e359</id>
<content type='text'>
Correct touchpad left &amp; right keys assignments for ALPS_OLDPROTO
that were swapped. Old protocol is used on UMAX ActionBook-530T
notebook.

Signed-off-by: Yotam Medini &lt;yotam.medini@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
