mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
(mds) remove bomb-causing commas I put in at lines 249,255 (gl520/525)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@613 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -246,13 +246,13 @@ use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect
|
||||
name => "Genesys Logic GL520SM",
|
||||
driver => "gl520sm",
|
||||
i2c_addrs => [0x2c, 0x2d],
|
||||
i2c_detect => sub { gl520sm_detect, @_} ,
|
||||
i2c_detect => sub { gl520sm_detect @_} ,
|
||||
},
|
||||
{
|
||||
name => "Genesys Logic GL525SM",
|
||||
# driver => "xxxxxxx",
|
||||
i2c_addrs => [0x2d],
|
||||
i2c_detect => sub { gl525sm_detect, @_} ,
|
||||
i2c_detect => sub { gl525sm_detect @_} ,
|
||||
},
|
||||
{
|
||||
name => "Analog Devices ADM9240",
|
||||
|
Reference in New Issue
Block a user