Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc8310e33b0439b43cdb19de55b2507cb27bd229
Commit:     cc8310e33b0439b43cdb19de55b2507cb27bd229
Parent:     2ebdcc615bde8317058d76ce1f24a67f59185884
Author:     Dmitry Torokhov <[EMAIL PROTECTED]>
AuthorDate: Wed Apr 25 00:40:32 2007 -0400
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Wed Apr 25 00:40:32 2007 -0400

    Input: i8042 - add Panasonic CF-29 to nomux list
    
    There is no data coming from touchscreen on Panasonic CF-29
    notebook unless keyboard controller is in legacy mode.
    
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 drivers/input/serio/i8042-x86ia64io.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h 
b/drivers/input/serio/i8042-x86ia64io.h
index 5c007d4..196cdf5 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -161,6 +161,17 @@ static struct dmi_system_id __initdata 
i8042_dmi_nomux_table[] = {
        },
        {
                /*
+                * No data is coming from the touchscreen unless KBC
+                * is in legacy mode.
+                */
+               .ident = "Panasonic CF-29",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Matsushita"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "CF-29"),
+               },
+       },
+       {
+               /*
                 * Errors on MUX ports are reported without raising AUXDATA
                 * causing "spurious NAK" messages.
                 */
-
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