<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input, branch v2.6.27.48</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input?h=v2.6.27.48</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input?h=v2.6.27.48'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2009-11-10T00:52:06Z</updated>
<entry>
<title>Input: synaptics - add another Protege M300 to rate blacklist</title>
<updated>2009-11-10T00:52:06Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2009-10-13T04:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=506d32b08b4cf1c048c4908820bea6ce94592ea5'/>
<id>urn:sha1:506d32b08b4cf1c048c4908820bea6ce94592ea5</id>
<content type='text'>
commit 5f5eeff4c93256ee93435a3bf08cf18c45e9a994 upstream.

Apparently some of Toshiba Protege M300 identify themselves as
"Portable PC" in DMI so we need to add that to the DMI table as
well. We need DMI data so we can automatically lower Synaptics
reporting rate from 80 to 40 pps to avoid over-taxing their
keyboard controllers.

Tested-by: Rod Davison &lt;roddavison@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: wistron_btns - recognize Maxdata Pro 7000 notebooks</title>
<updated>2009-07-30T23:06:11Z</updated>
<author>
<name>Giuseppe Mazzotta</name>
<email>g.mazzotta@iragan.com</email>
</author>
<published>2009-07-13T04:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3379cb9e7cfcde9dd9e775175383daea231ae423'/>
<id>urn:sha1:3379cb9e7cfcde9dd9e775175383daea231ae423</id>
<content type='text'>
commit e705cee427e319665969ef7ac664f3612dec8899 upstream.

This patch adds DMI information to automatically load the correct
layout for the Maxdata Pro 7000X/DX notebook models. Such notebooks
are clones of Fujitsu Amilo V2000, the hook for the v2000 is being
used and I have tested that perfectly works.

The immediate result of integrating this patch is that the five
special buttons will work on these specific notebook models and that
the RF killswitch will not be activated after suspend. This patch
definitively obsoletes the fsam7400 module which I was still needing
to enable wifi and to fix the RF killswitch suspend problem; in the
current 2.6.30 kernel it is necessary to load the wistron_btns module
with options 'force=1 keymap=1557/MS2141', which was not anyway a
complete workaround.

Signed-off-by: Giuseppe Mazzotta &lt;g.mazzotta@iragan.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: atkbd - Samsung NC10 key repeat fix</title>
<updated>2009-02-06T22:00:36Z</updated>
<author>
<name>Stuart Hopkins</name>
<email>stuart@dodgy-geeza.com</email>
</author>
<published>2008-12-20T09:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cc7187e7b5e7f1e6dbefe75cf7b798e065933e4a'/>
<id>urn:sha1:cc7187e7b5e7f1e6dbefe75cf7b798e065933e4a</id>
<content type='text'>
commit 4200844bd9dc511088258437d564a187f0ffc94e upstream.

This patch fixes the key repeat issue with the Fn+F? keys on the new
Samsung NC10 Netbook, so that the keys can be defined and used within
ACPID correctly, otherwise the keys repeat indefinately.

This solves part of http://bugzilla.kernel.org/show_bug.cgi?id=12021

Signed-off-by: Stuart Hopkins &lt;stuart@dodgy-geeza.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Cc: Chuck Ebbert &lt;cebbert@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: atkbd - broaden the Dell DMI signatures</title>
<updated>2009-02-06T22:00:36Z</updated>
<author>
<name>Matthew Garrett</name>
<email>mjg59@srcf.ucam.org</email>
</author>
<published>2008-12-30T08:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c317f779676cf7226d3a8185a5fc8cd4bc58c2de'/>
<id>urn:sha1:c317f779676cf7226d3a8185a5fc8cd4bc58c2de</id>
<content type='text'>
commit 2a3ec3265741c3b2a7ebbd1b33f538e5a5583c48 upstream.

Some Dells need the dell input quirk applied but have a different vendor
string in their DMI tables. Add an extra entry to cover these machines as
well.

Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Cc: Chuck Ebbert &lt;cebbert@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: i8042 - add Compal Hel80 laptop to nomux blacklist</title>
<updated>2008-12-13T23:29:18Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2008-11-14T18:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=57fca816daae0c4b7dbb699538b528051f51e91c'/>
<id>urn:sha1:57fca816daae0c4b7dbb699538b528051f51e91c</id>
<content type='text'>
commit 5f4ba04ffd8fc9f6b15b92270ef0517ae52dcf3a upstream.

Reported-by: Jaime Cura &lt;jimyx17@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: i8042 - add Dell XPS M1530 to nomux list</title>
<updated>2008-12-13T23:29:18Z</updated>
<author>
<name>Herton Ronaldo Krzesinski</name>
<email>herton@mandriva.com.br</email>
</author>
<published>2008-11-11T14:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=080f5082e7bc2cfe5f03b3b368945f70f6fe0e7c'/>
<id>urn:sha1:080f5082e7bc2cfe5f03b3b368945f70f6fe0e7c</id>
<content type='text'>
commit 786b11cc0f505e44c29f778fd329dafafafed76c upstream.

Dell XPS M1530 needs i8042.nomux=1 for ALPS touchpad to work as
reported on https://qa.mandriva.com/show_bug.cgi?id=43532

It is said that before A08 bios version this isn't needed (I don't
have the hardware so can't check), and suppose this will not break
with bios versions before A08.

Signed-off-by: Herton Ronaldo Krzesinski &lt;herton@mandriva.com.br&gt;
Tested-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: i8042 - add Blue FB5601 to noloop exception table</title>
<updated>2008-12-13T23:29:18Z</updated>
<author>
<name>Stefan Bader</name>
<email>stefan.bader@canonical.com</email>
</author>
<published>2008-10-17T02:00:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eb3357f5e5e8c9caa00f2b684f747497cb2d219e'/>
<id>urn:sha1:eb3357f5e5e8c9caa00f2b684f747497cb2d219e</id>
<content type='text'>
commit 2c6f2cb83b239b7d45da9246cafd27ee615ee35b upstream.

Signed-off-by: Stefan Bader &lt;stefan.bader@canonical.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: i8042 - add Thinkpad R31 to nomux list</title>
<updated>2008-12-13T23:29:17Z</updated>
<author>
<name>Colin B Macdonald</name>
<email>cbm@m.fsf.org</email>
</author>
<published>2008-10-11T22:16:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=70c90738cc8627c9a964cb1489519bb1fb801cb3'/>
<id>urn:sha1:70c90738cc8627c9a964cb1489519bb1fb801cb3</id>
<content type='text'>
commit 5bd8a05e937b3ab88cd7ea569e32738f36c42bd0 upstream.

Thinkpad R31 needs i8042 nomux quirk.  Stops jittery jumping mouse
and random keyboard input. Fixes kernel bug #11723.  Cherry picked
from Ubuntu who have sometimes (on-again-off-again) had a fix in
their patched kernels.

Signed-off-by: Colin B Macdonald &lt;cbm@m.fsf.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: atkbd - add keymap quirk for Inventec Symphony systems</title>
<updated>2008-12-05T18:55:13Z</updated>
<author>
<name>Matthew Garrett</name>
<email>mjg@redhat.com</email>
</author>
<published>2008-11-11T14:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=605f2f6de6dee42c660d8965bf8b96052459afd2'/>
<id>urn:sha1:605f2f6de6dee42c660d8965bf8b96052459afd2</id>
<content type='text'>
commit a8215b81cc31cf267506bc6a4a4bfe93f4ca1652 upstream.

The Zepto 6615WD laptop (rebranded Inventec Symphony system) needs a
key release quirk for its volume keys to work. The attached patch adds
the quirk to the atkbd driver.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=460237

Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
Signed-off-by: Adel Gadllah &lt;adel.gadllah@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: ALPS - add signature for DualPoint found in Dell Latitude E6500</title>
<updated>2008-11-20T22:54:47Z</updated>
<author>
<name>Elvis Pranskevichus</name>
<email>el@prans.net</email>
</author>
<published>2008-09-10T14:19:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=bb590336a129a63f2b69aaab7caae0cd3c0b6c07'/>
<id>urn:sha1:bb590336a129a63f2b69aaab7caae0cd3c0b6c07</id>
<content type='text'>
commit 0d46ed1c747edfe6476961d4d9f732ceb7a29074 upstream.

Signed-off-by: Elvis Pranskevichus &lt;el@prans.net&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
