Changeset 127

Show
Ignore:
Timestamp:
12/27/98 20:50:14 (14 years ago)
Author:
frodo
Message:

Fix to let prog/sensors call the Winbond pretty-print routine, for
Winbond chips.

Files:
1 modified

Legend:

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

    r111 r127  
    188188             !strcmp(chip->prefix,"gl518sm-r80")) 
    189189      print_gl518(chip); 
     190    else if (!strcmp(chip->prefix,"w83781d")) 
     191      print_w83781d(chip); 
    190192    else 
    191193      print_unknown_chip(chip);