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

Initial support for the Fintek F71805F/FG chip.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3169 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-11-04 20:59:18 +00:00
parent 67adf125a0
commit ffdd27a3c2
17 changed files with 1186 additions and 1 deletions

View File

@@ -412,6 +412,7 @@ struct match matches[] = {
{ "adm1031", print_adm1031 },
{ "lm93", print_lm93 },
{ "smsc47b397", print_smsc47b397 },
{ "f71805f", print_f71805f },
{ NULL, NULL }
};