From: Andy Spencer Date: Fri, 2 Jan 2009 16:19:13 +0000 (+0000) Subject: i8k: Enable i8k on Dell Precision Systems X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7ab21a8692094872298df172f54d55cba72fd308;p=deliverable%2Flinux.git i8k: Enable i8k on Dell Precision Systems Patch to enable i8k on Dell Precisions. Signed-off-by: Andy Spencer Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index b60d425ce8d1..099fc89a5bdd 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -485,6 +485,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "MP061"), }, }, + { + .ident = "Dell Precision", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Precision"), + }, + }, { } };