Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5799ddb54e829c92b23b7a3bf5133923cb908116
Commit:     5799ddb54e829c92b23b7a3bf5133923cb908116
Parent:     e17bb1de3b7f7569152c71a51e0bafe5419ab54a
Author:     Carlos Corbacho <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 30 16:34:12 2008 -0500
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 16:34:12 2008 -0500

    Input: i8042 - add Dritek quirk for Acer Aspire 9110
    
    The Acer Aspire 9110 series also requires the Dritek quirk to enable the
    extra scancodes.
    
    Signed-off-by: Carlos Corbacho <[EMAIL PROTECTED]>
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h 
b/drivers/input/serio/i8042-x86ia64io.h
index 4f6384d..0ceb84d 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -310,6 +310,13 @@ static struct dmi_system_id __initdata 
i8042_dmi_dritek_table[] = {
                },
        },
        {
+               .ident = "Acer Aspire 9110",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"),
+               },
+       },
+       {
                .ident = "Acer TravelMate 2490",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
-
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