2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Relabel "sensors -u" from "unknown chip" to "raw chip". sensors uses generic

code to display all the chips now so the notion of "unknown chip" no longer
exists, however this raw output format can still be useful for debugging.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4698 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-08-23 07:45:58 +00:00
parent 90c2942bef
commit bf1ff10ab4
4 changed files with 9 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ void print_vid_info(const sensors_chip_name *name, int f_vid, int label_size)
free(label);
}
void print_unknown_chip(const sensors_chip_name *name)
void print_chip_raw(const sensors_chip_name *name)
{
int a;
const sensors_feature_data *data;