--- drivers/char/i8k.c.orig 2014-08-12 19:10:04.039660683 -0400 +++ drivers/char/i8k.c.orig 2014-08-12 19:10:21.789660543 -0400 @@ -661,6 +661,13 @@ static int __init i8k_init_hwmon(void) static struct dmi_system_id i8k_dmi_table[] __initdata = { { + .ident = "Dell Studio", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1747"), + }, + }, + { .ident = "Dell Inspiron", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),