Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=749aea73aaf4ff1dbd83c2021b57a4dde6bbe2b9
Commit:     749aea73aaf4ff1dbd83c2021b57a4dde6bbe2b9
Parent:     7a1904c32c5a18a1123fa0ea5040439337617877
Author:     Elvis Pranskevichus <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 4 23:18:21 2007 -0400
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Tue Sep 4 23:18:21 2007 -0400

    Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist
    
    This fixes "atkbd.c: Suprious NAK on isa0060/serio0" errors for
    HP Pavilion DV4270ca.
    
    Signed-off-by: Elvis Pranskevichus <[EMAIL PROTECTED]>
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 drivers/input/serio/i8042-x86ia64io.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h 
b/drivers/input/serio/i8042-x86ia64io.h
index 702a526..f8fe421 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -211,6 +211,16 @@ static struct dmi_system_id __initdata 
i8042_dmi_nomux_table[] = {
                },
        },
        {
+               /*
+                * Like DV4017EA does not raise AUXERR for errors on MUX ports.
+                */
+               .ident = "HP Pavilion DV4270ca",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion dv4000 
(EH476UA#ABL)"),
+               },
+       },
+       {
                .ident = "Toshiba P10",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to