lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 016/346] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC
    Date
    From: Max Verevkin <me@maxverevkin.tk>

    [ Upstream commit 8b205d3e1bf52ab31cdd5c55f87c87a227793d84 ]

    The Pavilion 13 x360 PC has a chassis-type which does not indicate it is
    a convertible, while it is actually a convertible. Add it to the
    dmi_switches_allow_list.

    Signed-off-by: Max Verevkin <me@maxverevkin.tk>
    Link: https://lore.kernel.org/r/20201124131652.11165-1-me@maxverevkin.tk
    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/platform/x86/intel-vbtn.c | 6 ++++++
    1 file changed, 6 insertions(+)

    diff --git a/drivers/platform/x86/intel-vbtn.c b/drivers/platform/x86/intel-vbtn.c
    index 1e6b4661c7645..3aba207ee1745 100644
    --- a/drivers/platform/x86/intel-vbtn.c
    +++ b/drivers/platform/x86/intel-vbtn.c
    @@ -197,6 +197,12 @@ static const struct dmi_system_id dmi_switches_allow_list[] = {
    DMI_MATCH(DMI_PRODUCT_NAME, "HP Stream x360 Convertible PC 11"),
    },
    },
    + {
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion 13 x360 PC"),
    + },
    + },
    {} /* Array terminator */
    };

    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 14:20    [W:4.102 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site