lkml.org 
[lkml]   [2014]   [Oct]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.13 091/163] Input: i8042 - add nomux quirk for Avatar AVIU-145A6
    Date
    3.13.11.9 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Hans de Goede <hdegoede@redhat.com>

    commit d2682118f4bb3ceb835f91c1a694407a31bb7378 upstream.

    The sys_vendor / product_name are somewhat generic unfortunately, so this
    may lead to some false positives. But nomux usually does no harm, where as
    not having it clearly is causing problems on the Avatar AVIU-145A6.

    https://bugzilla.kernel.org/show_bug.cgi?id=77391

    Reported-by: Hugo P <saurosii@gmail.com>
    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
    index dc37b32..1291673 100644
    --- a/drivers/input/serio/i8042-x86ia64io.h
    +++ b/drivers/input/serio/i8042-x86ia64io.h
    @@ -458,6 +458,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
    DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
    },
    },
    + {
    + /* Avatar AVIU-145A6 */
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "Intel"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "IC4I"),
    + },
    + },
    { }
    };

    --
    1.9.1


    \
     
     \ /
      Last update: 2014-10-10 00:01    [W:4.128 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site