From ff457bde6063b834d878e2bbe38c2a68a5aede07 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sat, 14 Dec 2013 09:30:17 -0800 Subject: i8k: Add support for Dell Studio laptops Tested with Dell Studio 1555. Signed-off-by: Guenter Roeck Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- drivers/char/i8k.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/char/i8k.c') diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 0fbf32fd17b8..4b707c108d13 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -692,6 +692,13 @@ static struct dmi_system_id i8k_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "XPS L421X"), }, }, + { + .ident = "Dell Studio", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Studio"), + }, + }, { } }; -- cgit v1.2.3-59-g8ed1b