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

Disable specific support for the ds1621, lm90 and f71805f drivers.

I tested that the generic support works fine for these devices.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4424 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-05-28 15:02:18 +00:00
parent a08cf956fb
commit 139afe6665
2 changed files with 10 additions and 10 deletions

View File

@@ -332,7 +332,7 @@ struct match {
};
struct match matches[] = {
{ "ds1621", print_ds1621 },
/* { "ds1621", print_ds1621 }, */
{ "lm75", print_lm75 },
{ "adm1021", print_adm1021 },
{ "max1617", print_adm1021 },
@@ -408,12 +408,12 @@ struct match matches[] = {
{ "bmc", print_bmc },
{ "adm1026", print_adm1026 },
{ "lm83", print_lm83 },
{ "lm90", print_lm90 },
/* { "lm90", print_lm90 },
{ "adm1032", print_lm90 },
{ "lm99", print_lm90 },
{ "lm86", print_lm90 },
{ "max6657", print_lm90 },
{ "adt7461", print_lm90 },
{ "adt7461", print_lm90 }, */
{ "lm63", print_lm63 },
{ "xeontemp", print_xeontemp },
{ "max6650", print_max6650 },
@@ -423,8 +423,8 @@ struct match matches[] = {
{ "adm1031", print_adm1031 },
{ "lm93", print_lm93 },
{ "smsc47b397", print_smsc47b397 },
{ "f71805f", print_f71805f },
{ "f71872f", print_f71805f },
/* { "f71805f", print_f71805f },
{ "f71872f", print_f71805f }, */
// { "abituguru", print_abituguru },
// { "k8temp", print_k8temp },
{ "coretemp", print_coretemp },