]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
hp_accel: add HP ProBook 655x
authorÉric Piel <eric.piel@tremplin-utc.net>
Wed, 28 Sep 2011 00:50:33 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:41:24 +0000 (18:41 +1100)
Add axis correction for HP ProBook 6555b.

Signed-off-by: Malte Starostik <m-starostik@versanet.de>
Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Witold Pilat <witold.pilat@gmail.com>
Cc: Lyall Pearce <lyall.pearce@hp.com>
Cc: Ilkka Koskinen <ilkka.koskinen@nokia.com>
Cc: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Cc: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Andrew Morton <>
drivers/platform/x86/hp_accel.c

index 0cc56c733e00b75a7cd48c049910e6ba5b448785..36265fbac990e6c1bd52af0484a3dc954ddeeb05 100644 (file)
@@ -230,6 +230,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("HPB655x", "HP ProBook 655", xy_swap_inverted),
        AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd),
        AXIS_DMI_MATCH("HPB63xx", "HP ProBook 63", xy_swap),
        AXIS_DMI_MATCH("HPB64xx", "HP ProBook 64", xy_swap),