From: Frank Sorenson Needs the following in order to work correctly on my Inspiron E1705: Add DMI Product name to i8k for Dell MP061 hardware (Inspiron 9400/E1705) Signed-off-by: Frank Sorenson Cc: Bradley Smith Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/char/i8k.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/char/i8k.c~i8k-inspiron-e1705-fix drivers/char/i8k.c --- a/drivers/char/i8k.c~i8k-inspiron-e1705-fix +++ a/drivers/char/i8k.c @@ -466,6 +466,13 @@ static struct dmi_system_id __initdata i DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"), }, }, + { + .ident = "Dell Inspiron 3", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "MP061"), + }, + }, { } }; _