2
0
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:
Andre Prendel
2009-07-07 05:57:03 +00:00
parent 4584499872
commit e41a22eb4e
2 changed files with 2 additions and 1 deletions

View File

@@ -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); },
}, {