The patch titled i8k: Inspiron E1705 fix has been removed from the -mm tree. Its filename was i8k-inspiron-e1705-fix.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: 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 @@ -473,6 +473,13 @@ static struct dmi_system_id __initdata i DMI_MATCH(DMI_PRODUCT_NAME, "MM061"), }, }, + { + .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 origin.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