diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-09-15 06:29:26 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-10-24 10:52:40 -0400 |
commit | 85003c3850f4f0b1391df324058a7c5fa0927d25 (patch) | |
tree | df979cbe3dc9c1deaa675e133499478aeaf96b1d /drivers/platform | |
parent | 24570d2293d8874cf0041616af4dc92929f30a7c (diff) |
hp_accel: Add axis-mapping for HP ProBook / EliteBook
Add the corrected axis-mapping for some HP laptops.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/hp_accel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c index 074e79e4ad98..64b454855f65 100644 --- a/drivers/platform/x86/hp_accel.c +++ b/drivers/platform/x86/hp_accel.c | |||
@@ -229,6 +229,10 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = { | |||
229 | AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap), | 229 | AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap), |
230 | AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted), | 230 | AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted), |
231 | AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd), | 231 | AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd), |
232 | AXIS_DMI_MATCH("HPB63xx", "HP ProBook 63", xy_swap), | ||
233 | AXIS_DMI_MATCH("HPB64xx", "HP ProBook 64", xy_swap), | ||
234 | AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap), | ||
235 | AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted), | ||
232 | { NULL, } | 236 | { NULL, } |
233 | /* Laptop models without axis info (yet): | 237 | /* Laptop models without axis info (yet): |
234 | * "NC6910" "HP Compaq 6910" | 238 | * "NC6910" "HP Compaq 6910" |