rpms/kernel/F-10 linux-2.6-input.git-i8042-add-vostro-1510-to-nomux.patch, NONE, 1.1.2.1 kernel.spec, 1.1206.2.53, 1.1206.2.54

Chuck Ebbert cebbert at fedoraproject.org
Thu Mar 19 03:45:22 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21186

Modified Files:
      Tag: private-fedora-10-2_6_27
	kernel.spec 
Added Files:
      Tag: private-fedora-10-2_6_27
	linux-2.6-input.git-i8042-add-vostro-1510-to-nomux.patch 
Log Message:
Add Dell Vostro to i8042 nomux quirk list (#490250)

linux-2.6-input.git-i8042-add-vostro-1510-to-nomux.patch:

--- NEW FILE linux-2.6-input.git-i8042-add-vostro-1510-to-nomux.patch ---
Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9334e90d5ac5ee1fa6d8b75acb7c64a8907787d1
Commit:     9334e90d5ac5ee1fa6d8b75acb7c64a8907787d1
Parent:     1dd3294677d5484e4813c6c454ba7f192a3ef61d
Author:     Jiri Kosina <jkosina at suse.cz>
AuthorDate: Tue Jan 6 01:35:45 2009 -0800
Committer:  Dmitry Torokhov <dmitry.torokhov at gmail.com>
CommitDate: Tue Jan 6 01:38:52 2009 -0800

    Input: i8042 - add Dell Vostro 1510 to nomux list
    
    Dell Vostro needs 'nomux' quirk, otherwise the touchpad misbehaves.
    
    Reported-by: Robert Kiwanuka <robert.kiwanuka at gmail.com>
    Signed-off-by: Jiri Kosina <jkosina at suse.cz>
    Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
---
 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index e196bf2..6fa2def 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -359,6 +359,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"),
 		},
 	},
+	{
+		.ident = "Dell Vostro 1510",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Vostro1510"),
+		},
+	},
 	{ }
 };
 
--


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.53
retrieving revision 1.1206.2.54
diff -u -r1.1206.2.53 -r1.1206.2.54
--- kernel.spec	19 Mar 2009 01:29:25 -0000	1.1206.2.53
+++ kernel.spec	19 Mar 2009 03:44:50 -0000	1.1206.2.54
@@ -637,6 +637,8 @@
 Patch452: linux-2.6.27-hwmon-applesmc-2.6.28.patch
 # 448656
 Patch454: linux-2.6-input.git-i8042-add-xps-m1530-to-nomux.patch
+# 490250
+Patch455: linux-2.6-input.git-i8042-add-vostro-1510-to-nomux.patch
 
 Patch460: linux-2.6-serial-460800.patch
 Patch510: linux-2.6-silence-noise.patch
@@ -1269,6 +1271,8 @@
 ApplyPatch linux-2.6.27-hwmon-applesmc-2.6.28.patch
 # 448656
 ApplyPatch linux-2.6-input.git-i8042-add-xps-m1530-to-nomux.patch
+# 490250
+ApplyPatch linux-2.6-input.git-i8042-add-vostro-1510-to-nomux.patch
 
 # Allow to use 480600 baud on 16C950 UARTs
 ApplyPatch linux-2.6-serial-460800.patch
@@ -1979,6 +1983,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Mar 18 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.27.20-170.2.54
+- Add Dell Vostro to i8042 nomux quirk list (#490250)
+
 * Wed Mar 18 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.27.20-170.2.53
 - ALSA fixes headed for -stable:
     linux-2.6.27-alsa-fix-vunmap-and-free-order.patch




More information about the fedora-extras-commits mailing list