This is a note to let you know that I've just added the patch titled

    Input: i8042 - add nomux quirk for Avatar AVIU-145A6

to the 3.14-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     input-i8042-add-nomux-quirk-for-avatar-aviu-145a6.patch
and it can be found in the queue-3.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From d2682118f4bb3ceb835f91c1a694407a31bb7378 Mon Sep 17 00:00:00 2001
From: Hans de Goede <[email protected]>
Date: Thu, 11 Sep 2014 10:10:26 -0700
Subject: Input: i8042 - add nomux quirk for Avatar AVIU-145A6

From: Hans de Goede <[email protected]>

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 <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 file changed, 7 insertions(+)

--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -458,6 +458,13 @@ static const struct dmi_system_id __init
                        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"),
+               },
+       },
        { }
 };
 


Patches currently in stable-queue which might be from [email protected] are

queue-3.14/usb-storage-add-quirk-for-ariston-technologies-iconnect-usb-to-scsi-adapter.patch
queue-3.14/input-elantech-fix-detection-of-touchpad-on-asus-s301l.patch
queue-3.14/input-i8042-add-fujitsu-u574-to-no_timeout-dmi-table.patch
queue-3.14/input-synaptics-add-support-for-forcepads.patch
queue-3.14/input-i8042-add-nomux-quirk-for-avatar-aviu-145a6.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to