mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
platform/x86: hp_accel: Add support for HP ZBook 17 G5
HP ZBook 17 G5 needs a non-standard mapping, x_inverted. Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
f14312a93b
commit
4215484f8e
@ -240,6 +240,7 @@ static const struct dmi_system_id lis3lv02d_dmi_ids[] = {
|
|||||||
AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap),
|
AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap),
|
||||||
AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted),
|
AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted),
|
||||||
AXIS_DMI_MATCH("HPZBook15", "HP ZBook 15", x_inverted),
|
AXIS_DMI_MATCH("HPZBook15", "HP ZBook 15", x_inverted),
|
||||||
|
AXIS_DMI_MATCH("HPZBook17G5", "HP ZBook 17 G5", x_inverted),
|
||||||
AXIS_DMI_MATCH("HPZBook17", "HP ZBook 17", xy_swap_yz_inverted),
|
AXIS_DMI_MATCH("HPZBook17", "HP ZBook 17", xy_swap_yz_inverted),
|
||||||
{ NULL, }
|
{ NULL, }
|
||||||
/* Laptop models without axis info (yet):
|
/* Laptop models without axis info (yet):
|
||||||
|
Loading…
Reference in New Issue
Block a user