mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 13:28:01 +00:00
Rename it8712_detect to it8712_i2c_detect for clarity.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5420 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
cbb496e134
commit
e8f9a15798
@ -1189,7 +1189,7 @@ use vars qw(@i2c_adapter_names);
|
||||
name => "ITE IT8712F",
|
||||
driver => "it87",
|
||||
i2c_addrs => [0x28..0x2f],
|
||||
i2c_detect => sub { it8712_detect(@_); },
|
||||
i2c_detect => sub { it8712_i2c_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "ITE IT8201R/IT8203R/IT8206R/IT8266R",
|
||||
@ -4792,7 +4792,7 @@ sub ite_overclock_detect
|
||||
# 0x48: Full I2C Address
|
||||
# 0x58: Mfr ID
|
||||
# 0x5b: Device ID
|
||||
sub it8712_detect
|
||||
sub it8712_i2c_detect
|
||||
{
|
||||
my $reg;
|
||||
my ($file, $addr) = @_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user