diff --git a/[refs] b/[refs] index f495fad6ad37..5e8cb285063f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b75cb06f72a8efebc8e1a66af4b8362172a3b661 +refs/heads/master: a9000d037d7dd08ac46168560b3a3d3bb743bfa6 diff --git a/trunk/drivers/char/i8k.c b/trunk/drivers/char/i8k.c index 30e564516422..179223a17414 100644 --- a/trunk/drivers/char/i8k.c +++ b/trunk/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"), + }, + }, { } };