linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: Ladislav Michl <ladis@linux-mips.org>
Cc: Eric Piel <eric.piel@tremplin-utc.net>,
	Darren Hart <dvhart@infradead.org>, Takashi Iwai <tiwai@suse.de>,
	platform-driver-x86@vger.kernel.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] hp_accel: Add support for HP ZBook 17
Date: Tue, 27 Dec 2016 13:57:18 +0200	[thread overview]
Message-ID: <CAHp75Vd8ahFTzxV=2iVJvG-MH04MyRyyVqyYQJNZUG7wukJ26A@mail.gmail.com> (raw)
In-Reply-To: <20161221095553.rbrw7qyulrdsyunl@lenoch>

On Wed, Dec 21, 2016 at 11:55 AM, Ladislav Michl <ladis@linux-mips.org> wrote:
> HP ZBook 17 laptop needs a non-standard mapping (xy_swap_yz_inverted).
>

Pushed to testing with fixed Subject (should be "platform/x86: ...").
Thanks.

> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  Test done on patched driver; reading /sys/devices/platform/lis3lv02d/position
>  - laptop is horizontal: (-36,0,1188)
>  - the left side is elevated: (522,18,1062)
>  - the front side (where the touchpad is) is elevated: (0,-612,990)
>  - the laptop is put upside-down: (-36,18,-1188)
>
>  drivers/platform/x86/hp_accel.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c
> index 09356684c32f..493d8910a74e 100644
> --- a/drivers/platform/x86/hp_accel.c
> +++ b/drivers/platform/x86/hp_accel.c
> @@ -251,6 +251,7 @@ static const struct dmi_system_id lis3lv02d_dmi_ids[] = {
>         AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap),
>         AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted),
>         AXIS_DMI_MATCH("HPZBook15", "HP ZBook 15", x_inverted),
> +       AXIS_DMI_MATCH("HPZBook17", "HP ZBook 17", xy_swap_yz_inverted),
>         { NULL, }
>  /* Laptop models without axis info (yet):
>   * "NC6910" "HP Compaq 6910"
> --
> To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
With Best Regards,
Andy Shevchenko

      reply	other threads:[~2016-12-27 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21  9:55 [PATCH] hp_accel: Add support for HP ZBook 17 Ladislav Michl
2016-12-27 11:57 ` Andy Shevchenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHp75Vd8ahFTzxV=2iVJvG-MH04MyRyyVqyYQJNZUG7wukJ26A@mail.gmail.com' \
    --to=andy.shevchenko@gmail.com \
    --cc=dvhart@infradead.org \
    --cc=eric.piel@tremplin-utc.net \
    --cc=ladis@linux-mips.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).