From patchwork Thu Oct 15 00:44:52 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 53912 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 n9F0sE9r001045 for ; Thu, 15 Oct 2009 00:54:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762249AbZJOApj (ORCPT ); Wed, 14 Oct 2009 20:45:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762208AbZJOApj (ORCPT ); Wed, 14 Oct 2009 20:45:39 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:53785 "EHLO mail-ew0-f208.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751131AbZJOApi (ORCPT ); Wed, 14 Oct 2009 20:45:38 -0400 Received: by ewy4 with SMTP id 4so61471ewy.37 for ; Wed, 14 Oct 2009 17:45:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=sEaufjupioIaexoCcLW7dZa5lmla4rlJfYHiceMIgKk=; b=fwOI079OG1+po5dYLwW9bzB1B+2inYPZEyjaxCLfaOBxlKSjIujfs6CzguUBMqiScC hsNzaaVlvO+5uEF/3v78FJZE3p0ZAEaeuIhU11U3PydEinjCYpXT7Eq+umfcamZaIgZn VU7z88pL4anSNmvJzH5A0ppsTjC/9uzoAwRis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=skm9TEv6KvRvt9Y3tpVp9hBqsv5I4LgCCXcCicLP/Ssl0G7KsnvqnvWa+JTHzIkRSC gQD/2lICZ7NCXvvJk8Uekpe+6CHgbfmPlz0mXIsaM1PEASkDTRNM6j9Pzs14u2IM9VPh 4UXwFfitUt7NN1G8dA0kyy9dGBzrqs6UN6sNQ= Received: by 10.216.88.15 with SMTP id z15mr3049630wee.113.1255567500975; Wed, 14 Oct 2009 17:45:00 -0700 (PDT) Received: from mailhub.coreip.homeip.net (c-24-6-153-137.hsd1.ca.comcast.net [24.6.153.137]) by mx.google.com with ESMTPS id t12sm842339gvd.7.2009.10.14.17.44.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Oct 2009 17:44:58 -0700 (PDT) Date: Wed, 14 Oct 2009 17:44:52 -0700 From: Dmitry Torokhov To: "Carlos R. Mafra" Cc: linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , linux-input@vger.kernel.org Subject: Re: [bisected regression] Touchpad "paste" stops working after suspend to RAM Message-ID: <20091015004451.GA2872@core.coreip.homeip.net> References: <20091013182643.GC21593@core.coreip.homeip.net> <20091013190819.GA7555@Pilar.aei.mpg.de> <20091013194654.GD21593@core.coreip.homeip.net> <20091013202459.GE21593@core.coreip.homeip.net> <20091013231641.GA4404@Pilar.aei.mpg.de> <20091013235607.GA28819@core.coreip.homeip.net> <20091013235701.GB28819@core.coreip.homeip.net> <20091014005131.GA4371@Pilar.aei.mpg.de> <20091014023008.GA29672@core.coreip.homeip.net> <20091014111325.GA4586@Pilar.aei.mpg.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20091014111325.GA4586@Pilar.aei.mpg.de> User-Agent: Mutt/1.5.19 (2009-01-05) 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 77ff205..a537925 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -327,6 +327,17 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { }, }, { + /* + * Reset and GET ID commands issued via KBD port are + * sometimes being delivered to AUX3. + */ + .ident = "Sony Vaio FZ-240E", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FZ240E"), + }, + }, + { .ident = "Amoi M636/A737", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),