Changeset 4615

Show
Ignore:
Timestamp:
07/14/07 21:18:37 (6 years ago)
Author:
khali
Message:

Explicitly silent eeprom and ddcmon. libsensors still supports them and
will present them to us for older kernels (<= 2.6.13). We don't want
to display them as unknown chips.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/sensors/main.c

    r4563 r4615  
    442442    return; 
    443443 
     444  /* Explicitly reject eeprom and ddcmon, we no longer support them 
     445     but libsensors may */ 
     446  if (!strcmp(name.prefix, "eeprom") || !strcmp(name.prefix, "ddcmon")) 
     447    return; 
     448 
    444449  printf("%s\n",sprintf_chip_name(name)); 
    445450  if (!hide_adapter) {