The patch titled ik8: add Dell UK 6400 Inspiron model (MM061) has been added to the -mm tree. Its filename is ik8-add-dell-uk-6400-inspiron-model-mm061.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ik8: add Dell UK 6400 Inspiron model (MM061) From: "Nick Warne" <nick@xxxxxxxxx> 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" <nick@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 nick@xxxxxxxxx are ik8-add-dell-uk-6400-inspiron-model-mm061.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html