mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
sensors-detect: Refer to tmp401 driver if TMP411 is detected
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5751 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -904,7 +904,7 @@ use vars qw(@i2c_adapter_names);
|
||||
i2c_detect => sub { lm90_detect(@_, 9); },
|
||||
}, {
|
||||
name => "Texas Instruments TMP411",
|
||||
driver => "to-be-written",
|
||||
driver => "tmp401",
|
||||
i2c_addrs => [0x4c..0x4e],
|
||||
i2c_detect => sub { lm90_detect(@_, 10); },
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user