From patchwork Mon Aug 17 01:03:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugeniy Meshcheryakov X-Patchwork-Id: 41920 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 n7H1EMIr005716 for ; Mon, 17 Aug 2009 01:14:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751714AbZHQBOT (ORCPT ); Sun, 16 Aug 2009 21:14:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752636AbZHQBOT (ORCPT ); Sun, 16 Aug 2009 21:14:19 -0400 Received: from smtp2.tu-cottbus.de ([141.43.99.248]:34412 "EHLO smtp2.tu-cottbus.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751714AbZHQBOS (ORCPT ); Sun, 16 Aug 2009 21:14:18 -0400 X-Greylist: delayed 627 seconds by postgrey-1.27 at vger.kernel.org; Sun, 16 Aug 2009 21:14:17 EDT Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.tu-cottbus.de (Postfix) with ESMTP id 968F869014A; Mon, 17 Aug 2009 03:03:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tu-cottbus.de; h= x-mailer:message-id:date:date:subject:subject:from:from:received :received; s=smtp2009; t=1250471027; x=1251335027; bh=9atSArRGJI F6u33k6EeABYlGv3sEboDaBH8pI6JuEmk=; b=QffazROiyxDJtEDpIiQpNcOknh +nZTd43Qdm7SDCJNbuLwf+Ybe/k3j+9S+9MEBx0tMx2PsG43zLUCcA+4xSgoP4af 7/yNbrfONsVmxVJBcRZcNBDmr5FHggU9TSRZEKoudJu771NVI4n5Q7aLiVQ/Icfg vEqBSFPw7ekaRYm1Q= X-Virus-Scanned: by AMaViS (at smtp2.tu-cottbus.de) Received: from loki (ip-90-186-12-252.web.vodafone.de [90.186.12.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by smtp2.tu-cottbus.de (Postfix) with ESMTPSA id 9C3E8690149; Mon, 17 Aug 2009 03:03:46 +0200 (CEST) Received: by loki (Postfix, from userid 1000) id 6616AEAA0CC; Mon, 17 Aug 2009 03:03:43 +0200 (CEST) From: Eugeniy Meshcheryakov To: linux-input@vger.kernel.org Cc: Dmitry Torokhov , Eugeniy Meshcheryakov Subject: [PATCH] input: i8042 - add Acer Aspire 5536 to the noloop list Date: Mon, 17 Aug 2009 03:03:22 +0200 Message-Id: <1250471002-20780-1-git-send-email-eugen@debian.org> X-Mailer: git-send-email 1.6.3.3 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Without this patch it is not possible to reenable touchpad after disabling it using disable button. --- drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index ae04d8a..e6d0890 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -167,6 +167,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"), }, }, + { + .ident = "Acer Aspire 5536", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5536"), + DMI_MATCH(DMI_PRODUCT_VERSION, "0100"), + }, + }, { } };