diff --git a/[refs] b/[refs] index 29eef91ee58e..903168f0daba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 300ec130493a67efb291ba20b48b664b2352277d +refs/heads/master: 48103c527b2fcf5ead13ef14b34eb8893eaec06a diff --git a/trunk/drivers/char/i8k.c b/trunk/drivers/char/i8k.c index 3d181021a862..8609b8236c67 100644 --- a/trunk/drivers/char/i8k.c +++ b/trunk/drivers/char/i8k.c @@ -473,6 +473,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "MM061"), }, }, + { + .ident = "Dell Inspiron 3", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "MP061"), + }, + }, { } };