2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-03 07:45:30 +00:00

Add asb100 to lists of special (subclient) cases for kernel 2.6. This

stops short of full "support" for sensors, for now.  I.e. all the
	info is displayed, it's just not as pretty.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2206 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark M. Hoffman
2004-01-06 05:19:25 +00:00
parent 8c07545569
commit f854a231b2

View File

@@ -282,6 +282,7 @@ int do_a_set(sensors_chip_name name)
if(name.bus >= 0)
if(name.addr >= 0x48 && name.addr <= 0x4f)
if(!strcmp(name.prefix, "as99127f") ||
!strcmp(name.prefix, "asb100") ||
!strcmp(name.prefix, "w83781d") ||
!strcmp(name.prefix, "w83782d") ||
!strcmp(name.prefix, "w83783s") ||
@@ -397,6 +398,7 @@ void do_a_print(sensors_chip_name name)
if(name.bus >= 0)
if(name.addr >= 0x48 && name.addr <= 0x4f)
if(!strcmp(name.prefix, "as99127f") ||
!strcmp(name.prefix, "asb100") ||
!strcmp(name.prefix, "w83781d") ||
!strcmp(name.prefix, "w83782d") ||
!strcmp(name.prefix, "w83783s") ||