rpms/kernel/F-8 linux-2.6-input-alps-add-dell-vostro-1400.patch, NONE, 1.1 linux-2.6-input-alps-add-thinkpad-r61.patch, NONE, 1.1 kernel.spec, 1.260, 1.261

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Tue Nov 13 22:02:11 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8532

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-input-alps-add-dell-vostro-1400.patch 
	linux-2.6-input-alps-add-thinkpad-r61.patch 
Log Message:
* Tue Nov 13 2007 Chuck Ebbert <cebbert at redhat.com>
- Add touchpad support for Dell Vostro 1400 and Thinkpad R61 (#375471)


linux-2.6-input-alps-add-dell-vostro-1400.patch:

--- NEW FILE linux-2.6-input-alps-add-dell-vostro-1400.patch ---
Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dac4ae0daa1be36ab015973ed9e9dc04a2684395
Commit:     dac4ae0daa1be36ab015973ed9e9dc04a2684395
Parent:     08b7c464460eaf9846ee963e1d3291b96a652941
Author:     William Pettersson <william.pettersson at gmail.com>
AuthorDate: Wed Sep 5 00:18:44 2007 -0400
Committer:  Dmitry Torokhov <dmitry.torokhov at gmail.com>
CommitDate: Wed Sep 5 00:18:44 2007 -0400

    Input: ALPS - add support for model found in Dell Vostro 1400
    
    Signed-off-by: William Pettersson <william.pettersson at gmail.com>
    Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
---
 drivers/input/mouse/alps.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index 2c5f11a..a810ff8 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -53,6 +53,7 @@ static const struct alps_model_info alps_model_data[] = {
 	{ { 0x20, 0x02, 0x0e },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */
 	{ { 0x22, 0x02, 0x0a },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT },
 	{ { 0x22, 0x02, 0x14 }, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D600 */
+	{ { 0x73, 0x02, 0x50 }, 0xcf, 0xff, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
 };
 
 /*

linux-2.6-input-alps-add-thinkpad-r61.patch:

--- NEW FILE linux-2.6-input-alps-add-thinkpad-r61.patch ---
Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f493018ebc3f94d64e12bc848db0906700bf73a2
Commit:     f493018ebc3f94d64e12bc848db0906700bf73a2
Parent:     72f9df4023f9e44b29a48a5ea4954d89b18363fe
Author:     Dmitry Torokhov <dmitry.torokhov at gmail.com>
AuthorDate: Thu Oct 11 00:49:19 2007 -0400
Committer:  Dmitry Torokhov <dmitry.torokhov at gmail.com>
CommitDate: Thu Oct 11 00:49:19 2007 -0400

    Input: ALPS - add signature for ThinkPad R61
    
    Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
---
 drivers/input/mouse/alps.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index a810ff8..64d70a9 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -48,6 +48,7 @@ static const struct alps_model_info alps_model_data[] = {
 	{ { 0x63, 0x02, 0x50 },	0xef, 0xef, ALPS_FW_BK_1 },		/* NEC Versa L320 */
 	{ { 0x63, 0x02, 0x64 },	0xf8, 0xf8, 0 },
 	{ { 0x63, 0x03, 0xc8 }, 0xf8, 0xf8, ALPS_PASS },		/* Dell Latitude D800 */
+	{ { 0x73, 0x00, 0x0a },	0xf8, 0xf8, ALPS_DUALPOINT },		/* ThinkPad R61 8918-5QG */
 	{ { 0x73, 0x02, 0x0a },	0xf8, 0xf8, 0 },
 	{ { 0x73, 0x02, 0x14 },	0xf8, 0xf8, ALPS_FW_BK_2 },		/* Ahtec Laptop */
 	{ { 0x20, 0x02, 0x0e },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- kernel.spec	13 Nov 2007 21:08:24 -0000	1.260
+++ kernel.spec	13 Nov 2007 22:01:31 -0000	1.261
@@ -646,6 +646,8 @@
 Patch432: linux-2.6-net-l2tp-fix-oops-in-xmit-receive.patch
 Patch440: linux-2.6-sha_alignment.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
+Patch451: linux-2.6-input-alps-add-dell-vostro-1400.patch
+Patch452: linux-2.6-input-alps-add-thinkpad-r61.patch
 Patch460: linux-2.6-serial-460800.patch
 Patch461: linux-2.6-serial_pnp-add-new-wacom-ids.patch
 Patch480: linux-2.6-proc-self-maps-fix.patch
@@ -1219,6 +1221,9 @@
 ApplyPatch linux-2.6-sha_alignment.patch
 # The input layer spews crap no-one cares about.
 ApplyPatch linux-2.6-input-kill-stupid-messages.patch
+# Add support for some new mouse configurations
+ApplyPatch linux-2.6-input-alps-add-dell-vostro-1400.patch
+ApplyPatch linux-2.6-input-alps-add-thinkpad-r61.patch
 # Allow to use 480600 baud on 16C950 UARTs
 ApplyPatch linux-2.6-serial-460800.patch
 # add ids for new wacom tablets
@@ -1974,6 +1979,9 @@
 
 %changelog
 * Tue Nov 13 2007 Chuck Ebbert <cebbert at redhat.com>
+- Add touchpad support for Dell Vostro 1400 and Thinkpad R61 (#375471)
+
+* Tue Nov 13 2007 Chuck Ebbert <cebbert at redhat.com>
 - Fix completely broken sata_sis libata driver (#365331)
 
 * Fri Nov  9 2007 Eric Paris <eparis at redhat.com>




More information about the fedora-extras-commits mailing list