From 16e0c1fc61f0c5f8ad39da4e6561ef0fc16a828b Mon Sep 17 00:00:00 2001 From: Frank Sorenson Date: Thu, 7 Feb 2008 00:16:31 -0800 Subject: [PATCH] --- yaml --- r: 83911 b: refs/heads/master c: 48103c527b2fcf5ead13ef14b34eb8893eaec06a h: refs/heads/master i: 83909: fa7aa7be03b5ff091217c4b355784d4678be1d7e 83907: db247d9e75d14403c47f5af1097342a25990bfbd 83903: 1261ac7354811c4aec6e0b25f26e10d70aadea97 v: v3 --- [refs] | 2 +- trunk/drivers/char/i8k.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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"), + }, + }, { } };