diff options
author | Masanari Iida <standby24x7@gmail.com> | 2010-08-26 20:21:43 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-10-25 17:11:20 -0400 |
commit | 37394050b5be0fe87f96ed8848f11c3c2cd4d556 (patch) | |
tree | 9710ce9356998e0fd806d3021d7f182d7a8e0011 /drivers/hwmon/hp_accel.c | |
parent | 78537c3b6ffcb69bf4fd43a74ba57928fcefce95 (diff) |
hwmon: (hp_accel) Add HP Mini 510x family support
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>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/hp_accel.c')
-rw-r--r-- | drivers/hwmon/hp_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c index 36e957532230..c5cd3db78c94 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[] = { | |||
222 | AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted), | 222 | AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted), |
223 | AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap), | 223 | AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap), |
224 | AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted), | 224 | AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted), |
225 | AXIS_DMI_MATCH("Mini5102", "HP Mini 5102", xy_rotated_left_usd), | 225 | AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd), |
226 | { NULL, } | 226 | { NULL, } |
227 | /* Laptop models without axis info (yet): | 227 | /* Laptop models without axis info (yet): |
228 | * "NC6910" "HP Compaq 6910" | 228 | * "NC6910" "HP Compaq 6910" |