LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] i8k support for Dell Precisions
@ 2008-04-15  1:51 Andy Spencer
  0 siblings, 0 replies; only message in thread
From: Andy Spencer @ 2008-04-15  1:51 UTC (permalink / raw
  To: linux-kernel

Here's a small patch to make i8k work on Dell Precisions. I have been
using this on my Dell Precision M70 for a while and haven't noticed any
problems.

Please CC me on responses.


diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
index 8609b82..78c42b2 100644
--- a/drivers/char/i8k.c
+++ b/drivers/char/i8k.c
@@ -480,6 +480,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"),
+		},
+	},
 	{ }
 };


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-15  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15  1:51 [PATCH] i8k support for Dell Precisions Andy Spencer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).