From: Nick Warne Date: Wed, 6 Feb 2008 09:37:47 +0000 (-0800) Subject: ik8: add Dell UK 6400 Inspiron model (MM061) X-Git-Tag: v2.6.25-rc1~680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9000d037d7dd08ac46168560b3a3d3bb743bfa6;p=profile%2Fivi%2Fkernel-x86-ivi.git ik8: add Dell UK 6400 Inspiron model (MM061) Add the Dell UK 6400 Inspiron model (MM061) to allow the i8k module to load correctly without using 'force=1' Signed-off-by: "Nick Warne" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 30e5645..179223a 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -439,6 +439,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = { 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"), + }, + }, { } };