X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fchar%2Fi8k.c;h=fc8cf7ac7f2bd5a09a176755dbe90f33deca744d;hb=7de4a9a73563e5f6f3c153015fadee433a443241;hp=b60d425ce8d1502fcadcfba5350770525d9be2dd;hpb=38e80121bd7d0c493072442ac7eddcba165a07a8;p=~andy%2Flinux diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index b60d425ce8d..fc8cf7ac7f2 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -485,7 +485,21 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "MP061"), }, }, - { } + { + .ident = "Dell Precision", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Precision"), + }, + }, + { + .ident = "Dell Vostro", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"), + }, + }, + { } }; /*