Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=48103c527b2fcf5ead13ef14b34eb8893eaec06a
Commit:     48103c527b2fcf5ead13ef14b34eb8893eaec06a
Parent:     300ec130493a67efb291ba20b48b664b2352277d
Author:     Frank Sorenson <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 00:16:31 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Feb 7 08:42:33 2008 -0800

    i8k: Inspiron E1705 fix
    
    Needs the following in order to work correctly on my Inspiron E1705:
    
    Add DMI Product name to i8k for Dell MP061 hardware (Inspiron 9400/E1705)
    
    Signed-off-by: Frank Sorenson <[EMAIL PROTECTED]>
    Cc: Bradley Smith <[EMAIL PROTECTED]>
    Cc: Jeff Garzik <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/char/i8k.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
index 3d18102..8609b82 100644
--- a/drivers/char/i8k.c
+++ b/drivers/char/i8k.c
@@ -473,6 +473,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "MM061"),
                },
        },
+       {
+               .ident = "Dell Inspiron 3",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
+               },
+       },
        { }
 };
 
-
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