2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-28 12:57:51 +00:00

Driver for the Andigilog aSC7621 available since kernel 2.6.34.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5842 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2010-06-19 19:47:45 +00:00
parent c8074717fe
commit eaabfc8573

View File

@ -618,7 +618,7 @@ use vars qw(@i2c_adapter_names);
i2c_detect => sub { andigilog_detect(@_, 1); },
}, {
name => "Andigilog aSC7621",
driver => "to-be-written",
driver => "asc7621",
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { andigilog_detect(@_, 2); },
}, {