From patchwork Tue Nov 24 14:12:50 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anisse Astier X-Patchwork-Id: 62455 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAOEEfFp003617 for ; Tue, 24 Nov 2009 14:14:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932966AbZKXOOF (ORCPT ); Tue, 24 Nov 2009 09:14:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932949AbZKXOOF (ORCPT ); Tue, 24 Nov 2009 09:14:05 -0500 Received: from mail-ew0-f215.google.com ([209.85.219.215]:51985 "EHLO mail-ew0-f215.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932236AbZKXOOD (ORCPT ); Tue, 24 Nov 2009 09:14:03 -0500 Received: by ewy7 with SMTP id 7so42767ewy.28 for ; Tue, 24 Nov 2009 06:14:04 -0800 (PST) Received: by 10.213.0.216 with SMTP id 24mr5205846ebc.10.1259072030313; Tue, 24 Nov 2009 06:13:50 -0800 (PST) Received: from destiny.ordissimo (253.175.70-86.rev.gaoland.net [86.70.175.253]) by mx.google.com with ESMTPS id 10sm2558466eyd.37.2009.11.24.06.13.49 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Nov 2009 06:13:50 -0800 (PST) Date: Tue, 24 Nov 2009 15:12:50 +0100 From: Anisse Astier To: Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Input: i8042 - add Dell Vostro 1520 and 1720 to the reset list Message-ID: <20091124151250.03e185d1@destiny.ordissimo> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; i486-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index a537925..7d1cebc 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -447,6 +447,20 @@ static struct dmi_system_id __initdata i8042_dmi_reset_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "N10"), }, }, + { + .ident = "Dell Vostro 1520", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 1520"), + }, + }, + { + .ident = "Dell Vostro 1720", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 1720"), + }, + }, { } };