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

The PC8374L looks like an LM96000 on the SMBus.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5380 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-10-30 12:33:05 +00:00
parent 51a621be43
commit 2bf52892a9

View File

@@ -683,7 +683,7 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
i2c_detect => sub { lm85_detect(0, @_); },
},
{
name => "National Semiconductor LM96000",
name => "National Semiconductor LM96000 or PC8374L",
driver => "lm85",
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { lm85_detect(1, @_); },