Re: [PATCH] lis3: add support for HP ProBook 432x/442x/452x/522x

Previous thread: [PATCH] swiotlb 0.7: separation of physical and virtual address translation. by Konrad Rzeszutek Wilk on Wednesday, April 7, 2010 - 1:29 pm. (2 messages)

Next thread: [PATCH] x86: Reserve legacy VGA MMIO area for x86_64 as well as x86_32 by Bjorn Helgaas on Wednesday, April 7, 2010 - 2:06 pm. (110 messages)
From: Takashi Iwai
Date: Wednesday, April 7, 2010 - 1:52 pm

Correct axis-mappings for new HP ProBook laptops.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 drivers/hwmon/hp_accel.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c
index be475e8..c8ab505 100644
--- a/drivers/hwmon/hp_accel.c
+++ b/drivers/hwmon/hp_accel.c
@@ -217,6 +217,10 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = {
 	AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted),
 	AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted),
 	AXIS_DMI_MATCH("HDX18", "HP HDX 18", x_inverted),
+	AXIS_DMI_MATCH("HPB432x", "HP ProBook 432", xy_rotated_left),
+	AXIS_DMI_MATCH("HPB442x", "HP ProBook 442", xy_rotated_left),
+	AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted),
+	AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap),
 	{ NULL, }
 /* Laptop models without axis info (yet):
  * "NC6910" "HP Compaq 6910"
-- 
1.7.0.3

--

From: =?ISO-8859-1?Q?=C9ric_Piel?=
Date: Wednesday, April 7, 2010 - 2:23 pm

Looks fine. Thanks Takashi!

Acked-by: Eric Piel <eric.piel@tremplin-utc.net>


--

Previous thread: [PATCH] swiotlb 0.7: separation of physical and virtual address translation. by Konrad Rzeszutek Wilk on Wednesday, April 7, 2010 - 1:29 pm. (2 messages)

Next thread: [PATCH] x86: Reserve legacy VGA MMIO area for x86_64 as well as x86_32 by Bjorn Helgaas on Wednesday, April 7, 2010 - 2:06 pm. (110 messages)