[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E2D8937.3050807@tremplin-utc.net>
Date: Mon, 25 Jul 2011 17:18:15 +0200
From: Éric Piel <eric.piel@...mplin-utc.net>
To: Matthew Garrett <mjg@...hat.com>
CC: LKML <linux-kernel@...r.kernel.org>,
platform-driver-x86@...r.kernel.org,
Witold Pilat <witold.pilat@...il.com>
Subject: [PATCH 03/10] lis3: add support for HP EliteBook 2730p
Add axis correction for HP EliteBook 2730p.
Tested-by: Witold Pilat <witold.pilat@...il.com>
Signed-off-by: Éric Piel <eric.piel@...mplin-utc.net>
---
drivers/platform/x86/hp_accel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c
index 891e71f..76b24e6 100644
--- a/drivers/platform/x86/hp_accel.c
+++ b/drivers/platform/x86/hp_accel.c
@@ -209,6 +209,7 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = {
AXIS_DMI_MATCH("NC6715x", "HP Compaq 6715", y_inverted),
AXIS_DMI_MATCH("NC693xx", "HP EliteBook 693", xy_rotated_right),
AXIS_DMI_MATCH("NC693xx", "HP EliteBook 853", xy_swap),
+ AXIS_DMI_MATCH("NC273xx", "HP EliteBook 273", y_inverted),
/* Intel-based HP Pavilion dv5 */
AXIS_DMI_MATCH2("HPDV5_I",
PRODUCT_NAME, "HP Pavilion dv5",
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists