diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 4b707c108d13aede1c0c2097df0d6ee58fdcb5b7..18571b5d5c468422d90781a8bc1f2ac2e7e7bfc7 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -699,6 +699,13 @@ static struct dmi_system_id i8k_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "Studio"), }, }, + { + .ident = "Dell XPS M140", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "MXC051"), + }, + }, { } };