linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Dell ik8
@ 2007-12-07 14:19 Nick Warne
  0 siblings, 0 replies; only message in thread
From: Nick Warne @ 2007-12-07 14:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: dz

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

This small patch adds the Dell UK 6400 Inspiron model (MM061) to allow
the i8k module to load correctly without using 'force=1'

signed-off-by:  "Nick Warne" <nick@ukfsn.org>

Nick

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: i8k.patch --]
[-- Type: text/x-patch; name="i8k.patch", Size: 358 bytes --]

--- i8k.cORIG	2007-12-07 10:30:42.000000000 +0000
+++ i8k.c	2007-12-07 13:10:57.000000000 +0000
@@ -439,6 +439,13 @@
 			DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
 		},
 	},
+	{	/* UK Inspiron 6400  */
+		.ident = "Dell Inspiron 3", 
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "MM061"),
+		},
+	},
 	{ }
 };
 

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

only message in thread, other threads:[~2007-12-07 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-07 14:19 [PATCH] Dell ik8 Nick Warne

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 NNTP newsgroup(s).