From: Federico Heinz Date: Fri, 2 Jan 2009 16:19:23 +0000 (+0000) Subject: i8k: Add Dell Vostro systems X-Git-Tag: 2.1b_release~14937^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bef2a508b4276fd7897b2cb27df037d26361842c;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git i8k: Add Dell Vostro systems This trivial patch adds support for i8k on the new Dell Vostro models. I tested it on my Vostro 1400, and it works. It does print a warning when loading the module: i8k: unable to get SMM BIOS version But I couldn't figure out how to fix that. The module seems to work fine, anyway... Signed-off-by: Federico Heinz Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 099fc89..fc8cf7a 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -492,7 +492,14 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Precision"), }, }, - { } + { + .ident = "Dell Vostro", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"), + }, + }, + { } }; /*