Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757077AbZCWATt (ORCPT ); Sun, 22 Mar 2009 20:19:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753443AbZCWATj (ORCPT ); Sun, 22 Mar 2009 20:19:39 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:59317 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753028AbZCWATi (ORCPT ); Sun, 22 Mar 2009 20:19:38 -0400 Date: Sun, 22 Mar 2009 17:11:28 -0700 From: Andrew Morton To: Pavel Machek Cc: Daniel Mack , Eric Piel , kernel list , Vladimir Botka , mmarek@suse.cz Subject: Re: hp_accel: add two more axis information Message-Id: <20090322171128.26c790bb.akpm@linux-foundation.org> In-Reply-To: <20090308210757.GA17680@elf.ucw.cz> References: <20090308202817.GA27465@elf.ucw.cz> <20090308210625.GC13309@buzzloop.caiaq.de> <20090308210757.GA17680@elf.ucw.cz> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2024 Lines: 45 On Sun, 8 Mar 2009 22:07:57 +0100 Pavel Machek wrote: > On Sun 2009-03-08 22:06:25, Daniel Mack wrote: > > On Sun, Mar 08, 2009 at 10:03:30PM +0100, Pavel Machek wrote: > > > Add two more laptops to whitelist. > > > > > > Signed-off-by: Michal Marek > > > Signed-off-by: Pavel Machek > > > > > > > > > diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c > > > index 29c83b5..448a462 100644 > > > --- a/drivers/hwmon/hp_accel.c > > > +++ b/drivers/hwmon/hp_accel.c > > > @@ -187,6 +187,7 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = { > > > AXIS_DMI_MATCH("NC2510", "HP Compaq 2510", y_inverted), > > > AXIS_DMI_MATCH("NC8510", "HP Compaq 8510", xy_swap_inverted), > > > AXIS_DMI_MATCH("HP2133", "HP 2133", xy_rotated_left), > > > + AXIS_DMI_MATCH("HP2140", "HP 2140", xy_swap_inverted), > > > AXIS_DMI_MATCH("NC653x", "HP Compaq 653", xy_rotated_left_usd), > > > AXIS_DMI_MATCH("NC673x", "HP Compaq 673", xy_rotated_left_usd), > > > AXIS_DMI_MATCH("NC651xx", "HP Compaq 651", xy_rotated_right), > > > @@ -201,6 +202,7 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = { > > > PRODUCT_NAME, "HP Pavilion dv5", > > > BOARD_NAME, "3600", > > > y_inverted), > > > + AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted), > > > { NULL, } > > > /* Laptop models without axis info (yet): > > > * "NC6910" "HP Compaq 6910" > > > > Does this apply on top of my recent ACPI resolve patches? Could you test > > the latest versions already? > > I guess it should; you did not change anything in the > whitelist. Unfortunately, I no longer have hardware to do testing. I'm all confused and don't know what to do with this patch. I guess I'll just apply it and see if I get shouted at. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/