From: "Nick Warne" 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 --- drivers/char/i8k.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/char/i8k.c~ik8-add-dell-uk-6400-inspiron-model-mm061 drivers/char/i8k.c --- a/drivers/char/i8k.c~ik8-add-dell-uk-6400-inspiron-model-mm061 +++ a/drivers/char/i8k.c @@ -439,6 +439,13 @@ static struct dmi_system_id __initdata i 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"), + }, + }, { } }; _