2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

The SMSC EMC6D103S is supported by the lm85 driver since kernel 2.6.39.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5960 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-04-14 07:20:09 +00:00
parent 96a6a2c639
commit ece5427eb1

View File

@@ -558,7 +558,7 @@ use vars qw(@i2c_adapter_names);
i2c_detect => sub { lm85_detect(@_, 6); },
}, {
name => "SMSC EMC6D103S",
driver => "to-be-written", # lm85
driver => "lm85",
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { lm85_detect(@_, 8); },
}, {