From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [RFC] i8042 - bypass AUX IRQ delivery test on laptops Date: Thu, 20 Aug 2009 20:44:30 -0700 Message-ID: <20090821041601.DF597526EA5@mailhub.coreip.homeip.net> References: <20090814071438.6C860526EC9@mailhub.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from rv-out-0506.google.com ([209.85.198.230]:22214 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752751AbZHUDof (ORCPT ); Thu, 20 Aug 2009 23:44:35 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jiri Kosina Cc: Linux Input , LKML On Tue, Aug 18, 2009 at 03:16:29PM +0200, Jiri Kosina wrote: > On Thu, 13 Aug 2009, Dmitry Torokhov wrote: > > > @@ -641,7 +643,7 @@ static int __devinit i8042_check_aux(void) > > * used it for a PCI card or somethig else. > > */ > > > > - if (i8042_noloop || aux_loop_broken) { > > + if (i8042_noloop || i8042_bypass_aux_irq_test || aux_loop_broken) { > > I guess some entries could then be nuked from i8042_dmi_noloop_table[]? > I will have to try and locate the dmidecode outputs in mu inbox - some of them might not have the proper chassis type set up. -- Dmitry