* [PATCH] hp_accel: Add HP Mini 510x family support
@ 2010-08-27 0:21 Masanari Iida
2010-08-27 17:25 ` Takashi Iwai
2010-09-24 21:38 ` Guenter Roeck
0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2010-08-27 0:21 UTC (permalink / raw)
To: linux-kernel; +Cc: Takashi Iwai, eric.piel
This patch is an enhanced version of Takashi Iwai's
[PATCH] hp_accel: Add quirks for HP ProBook 532x and HP Mini 5102
My HP Mini 5101 works fine with this patch.
Confirmed with Tux Racer.
Signed-off by: Masanari Iida <standby24x7@gmail.com>
diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c
index 36e9575..c5cd3db 100644
--- a/drivers/hwmon/hp_accel.c
+++ b/drivers/hwmon/hp_accel.c
@@ -222,7 +222,7 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = {
AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted),
AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap),
AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted),
- AXIS_DMI_MATCH("Mini5102", "HP Mini 5102", xy_rotated_left_usd),
+ AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd),
{ NULL, }
/* Laptop models without axis info (yet):
* "NC6910" "HP Compaq 6910"
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] hp_accel: Add HP Mini 510x family support
2010-08-27 0:21 [PATCH] hp_accel: Add HP Mini 510x family support Masanari Iida
@ 2010-08-27 17:25 ` Takashi Iwai
2010-09-24 21:38 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2010-08-27 17:25 UTC (permalink / raw)
To: Andrew Morton; +Cc: Masanari Iida, eric.piel, linux-kernel
At Fri, 27 Aug 2010 09:21:43 +0900,
Masanari Iida wrote:
>
> This patch is an enhanced version of Takashi Iwai's
> [PATCH] hp_accel: Add quirks for HP ProBook 532x and HP Mini 5102
> My HP Mini 5101 works fine with this patch.
> Confirmed with Tux Racer.
>
> Signed-off by: Masanari Iida <standby24x7@gmail.com>
[Cc'ed to Andrew]
Acked-by: Takashi Iwai <tiwai@suse.de>
thanks,
Takashi
> diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c
> index 36e9575..c5cd3db 100644
> --- a/drivers/hwmon/hp_accel.c
> +++ b/drivers/hwmon/hp_accel.c
> @@ -222,7 +222,7 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = {
> AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted),
> AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap),
> AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted),
> - AXIS_DMI_MATCH("Mini5102", "HP Mini 5102", xy_rotated_left_usd),
> + AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd),
> { NULL, }
> /* Laptop models without axis info (yet):
> * "NC6910" "HP Compaq 6910"
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: hp_accel: Add HP Mini 510x family support
2010-08-27 0:21 [PATCH] hp_accel: Add HP Mini 510x family support Masanari Iida
2010-08-27 17:25 ` Takashi Iwai
@ 2010-09-24 21:38 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2010-09-24 21:38 UTC (permalink / raw)
To: Masanari Iida; +Cc: linux-kernel, Takashi Iwai, eric.piel
On Fri, Aug 27, 2010 at 12:21:43AM -0000, Masanari Iida wrote:
> This patch is an enhanced version of Takashi Iwai's
> [PATCH] hp_accel: Add quirks for HP ProBook 532x and HP Mini 5102
> My HP Mini 5101 works fine with this patch.
> Confirmed with Tux Racer.
>
> Signed-off by: Masanari Iida <standby24x7@gmail.com>
> Acked-by: Takashi Iwai <tiwai@suse.de>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
Applied to -next. Let me know if you think this should go
into the current tree.
Guenter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-24 21:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 0:21 [PATCH] hp_accel: Add HP Mini 510x family support Masanari Iida
2010-08-27 17:25 ` Takashi Iwai
2010-09-24 21:38 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox