2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Add support for k8temp driver

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4100 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Rudolf Marek
2006-08-19 15:31:02 +00:00
parent 9aaa09c40e
commit 6e87587ac6
6 changed files with 51 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ struct match matches[] = {
{ "smsc47b397", print_smsc47b397 },
{ "f71805f", print_f71805f },
{ "abituguru", print_abituguru },
{ "k8temp", print_k8temp },
{ NULL, NULL }
};