2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

Add support for the w83627dhg. Original patch by David Holl.

This closes ticket #2157.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4264 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-12-18 07:43:00 +00:00
parent 84d4715bc6
commit 6310ee1f03
7 changed files with 20 additions and 4 deletions

View File

@@ -367,6 +367,7 @@ struct match matches[] = {
{ "w83697hf", print_w83781d },
{ "w83687thf", print_w83781d },
{ "w83627ehf", print_w83627ehf },
{ "w83627dhg", print_w83627ehf },
{ "w83791d", print_w83781d },
{ "w83792d", print_w83792d },
{ "w83793", print_w83793 },