2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Add userspace support for the Winbond W83793. Patch contributed by

Yuan Mu (Winbond.)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4109 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-08-24 18:13:20 +00:00
parent 3927246f86
commit 8c235d29a9
7 changed files with 204 additions and 1 deletions

View File

@@ -373,7 +373,8 @@ struct match matches[] = {
{ "w83687thf", print_w83781d },
{ "w83627ehf", print_w83627ehf },
{ "w83791d", print_w83781d },
{ "w83792d", print_w83792d },
{ "w83792d", print_w83792d },
{ "w83793", print_w83793 },
{ "w83l785ts", print_w83l785ts },
{ "as99127f", print_w83781d },
{ "maxilife", print_maxilife },