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:
@@ -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, @_); },
|
||||
|
Reference in New Issue
Block a user