projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba6bcb
)
hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list
author
Pali Rohár
<pali.rohar@gmail.com>
Fri, 3 Mar 2017 22:41:52 +0000
(23:41 +0100)
committer
Guenter Roeck
<linux@roeck-us.net>
Sun, 2 Apr 2017 14:01:53 +0000
(07:01 -0700)
It was reported that dell-smm-hwmon is working fine on Dell XPS 15 9560.
Link:
http://www.spinics.net/lists/platform-driver-x86/msg10751.html
Reported-by: Vasile Dumitrescu <vasile.dumitrescu@undeva.eu>
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/dell-smm-hwmon.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/dell-smm-hwmon.c
b/drivers/hwmon/dell-smm-hwmon.c
index
34704b0
..
3189246
100644
(file)
--- a/
drivers/hwmon/dell-smm-hwmon.c
+++ b/
drivers/hwmon/dell-smm-hwmon.c
@@
-995,6
+995,13
@@
static struct dmi_system_id i8k_dmi_table[] __initdata = {
},
.driver_data = (void *)&i8k_config_data[DELL_XPS],
},
+ {
+ .ident = "Dell XPS 15 9560",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9560"),
+ },
+ },
{ }
};