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" <[EMAIL PROTECTED]>

Nick
--- 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"),
+		},
+	},
 	{ }
 };
 

Reply via email to