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

run chip_special_cases() earlier so that the special chips get added to the modules_supported list

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5131 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Hans de Goede
2008-02-26 13:50:33 +00:00
parent 5464d9e26e
commit f702bcf551
2 changed files with 4 additions and 3 deletions

View File

@@ -5709,6 +5709,9 @@ sub main
initialize_conf;
initialize_proc_pci;
initialize_modules_list;
# make sure any special case chips are added to the chip_ids list before
# making the support modules list
chip_special_cases();
initialize_modules_supported;
initialize_cpu_list();
@@ -5773,9 +5776,6 @@ sub main
print "\n";
}
# Before looking for chips, make sure any special case chips are
# added to the chip_ids list
chip_special_cases();
$i2c_addresses_to_scan = i2c_addresses_to_scan();
print "We are now going to do the I2C/SMBus adapter probings. Some chips may\n",