Subject: [merged] drivers-char-i8kc-add-dell-xpls-l421x.patch removed from -mm tree To: alan@xxxxxxxxxxxxxxx,greg@xxxxxxxxx,leho@xxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 09 Dec 2013 13:53:49 -0800 The patch titled Subject: drivers/char/i8k.c: add Dell XPLS L421X has been removed from the -mm tree. Its filename was drivers-char-i8kc-add-dell-xpls-l421x.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Alan Cox <alan@xxxxxxxxxxxxxxx> Subject: drivers/char/i8k.c: add Dell XPLS L421X Addresses https://bugzilla.kernel.org/show_bug.cgi?id=60772 Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> Reported-by: Leho Kraav <leho@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/i8k.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/char/i8k.c~drivers-char-i8kc-add-dell-xpls-l421x drivers/char/i8k.c --- a/drivers/char/i8k.c~drivers-char-i8kc-add-dell-xpls-l421x +++ a/drivers/char/i8k.c @@ -664,6 +664,13 @@ static struct dmi_system_id __initdata i DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"), }, }, + { + .ident = "Dell XPS421", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "XPS L421X"), + }, + }, { } }; _ Patches currently in -mm which might be from alan@xxxxxxxxxxxxxxx are origin.patch binfmt_elfc-use-get_random_int-to-fix-entropy-depleting.patch linux-next.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