From: Éric Piel Date: Wed, 28 Sep 2011 00:50:33 +0000 (+1000) Subject: hp_accel: add HP ProBook 655x X-Git-Tag: next-20111004~1^2~109 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2e0449435c68bdea351d9d2a8853d7a9e11a075;p=karo-tx-linux.git hp_accel: add HP ProBook 655x Add axis correction for HP ProBook 6555b. Signed-off-by: Malte Starostik Signed-off-by: Éric Piel Cc: Matthew Garrett Cc: Witold Pilat Cc: Lyall Pearce Cc: Ilkka Koskinen Cc: Thadeu Lima de Souza Cascardo Cc: Christian Lamparter Signed-off-by: Andrew Morton <> --- diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c index 0cc56c733e00..36265fbac990 100644 --- a/drivers/platform/x86/hp_accel.c +++ b/drivers/platform/x86/hp_accel.c @@ -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),