lkml.org 
[lkml]   [2014]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.12 093/206] Input: i8042 - add noloop quirk for Asus X750LN
    Date
    From: Hans de Goede <hdegoede@redhat.com>

    3.12-stable review patch. If anyone has any objections, please let me know.

    ===============

    commit 9ff84a17302aeb8913ff244ecc0d8f9d219fecb5 upstream.

    Without this the aux port does not get detected, and consequently the
    touchpad will not work.

    https://bugzilla.redhat.com/show_bug.cgi?id=1110011

    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Signed-off-by: Jiri Slaby <jslaby@suse.cz>
    ---
    drivers/input/serio/i8042-x86ia64io.h | 6 ++++++
    1 file changed, 6 insertions(+)

    diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
    index 5f6d3e1d28a0..081cf85e1183 100644
    --- a/drivers/input/serio/i8042-x86ia64io.h
    +++ b/drivers/input/serio/i8042-x86ia64io.h
    @@ -101,6 +101,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
    },
    {
    .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
    + DMI_MATCH(DMI_PRODUCT_NAME, "X750LN"),
    + },
    + },
    + {
    + .matches = {
    DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
    DMI_MATCH(DMI_PRODUCT_NAME , "ProLiant"),
    DMI_MATCH(DMI_PRODUCT_VERSION, "8500"),
    --
    2.1.3


    \
     
     \ /
      Last update: 2014-11-18 16:41    [W:4.068 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site