The patch titled
     ik8: add Dell UK 6400 Inspiron model (MM061)
has been removed from the -mm tree.  Its filename was
     ik8-add-dell-uk-6400-inspiron-model-mm061.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: ik8: add Dell UK 6400 Inspiron model (MM061)
From: "Nick Warne" <[EMAIL PROTECTED]>

Add the Dell UK 6400 Inspiron model (MM061) to allow the i8k module to load
correctly without using 'force=1'

Signed-off-by: "Nick Warne" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/char/i8k.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff -puN drivers/char/i8k.c~ik8-add-dell-uk-6400-inspiron-model-mm061 
drivers/char/i8k.c
--- a/drivers/char/i8k.c~ik8-add-dell-uk-6400-inspiron-model-mm061
+++ a/drivers/char/i8k.c
@@ -439,6 +439,13 @@ static struct dmi_system_id __initdata i
                        DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
                },
        },
+       {       /* UK Inspiron 6400  */
+               .ident = "Dell Inspiron 3",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "MM061"),
+               },
+       },
        { }
 };
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to