The patch titled i8k: Inspiron E1705 fix has been added to the -mm tree. Its filename is i8k-inspiron-e1705-fix.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: i8k: Inspiron E1705 fix From: Frank Sorenson <frank@xxxxxxxxxxxx> 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 <frank@xxxxxxxxxxxx> Cc: Bradley Smith <bradjsmith@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/i8k.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/char/i8k.c~i8k-inspiron-e1705-fix drivers/char/i8k.c --- a/drivers/char/i8k.c~i8k-inspiron-e1705-fix +++ a/drivers/char/i8k.c @@ -466,6 +466,13 @@ static struct dmi_system_id __initdata i DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"), }, }, + { + .ident = "Dell Inspiron 3", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "MP061"), + }, + }, { } }; _ Patches currently in -mm which might be from frank@xxxxxxxxxxxx are i8k-allow-i8k-driver-to-be-built-on-x86_64-systems.patch i8k-adds-i8k-driver-to-the-x86_64-kconfig.patch i8k-inspiron-e1705-fix.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