mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Support voltages and temperatures of National Semiconductor
PC87365 and PC87366 (read-only). git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2453 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -413,8 +413,8 @@ struct match matches[] = {
|
||||
{ "pc87360", print_pc87360 },
|
||||
{ "pc87363", print_pc87360 },
|
||||
{ "pc87364", print_pc87364 },
|
||||
{ "pc87365", print_pc87364 },
|
||||
{ "pc87366", print_pc87364 },
|
||||
{ "pc87365", print_pc87366 },
|
||||
{ "pc87366", print_pc87366 },
|
||||
{ "lm92", print_lm92 },
|
||||
{ "vt8231", print_vt8231 },
|
||||
{ "bmc", print_bmc },
|
||||
|
Reference in New Issue
Block a user