2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

it8712 support. Original patch by Rudolf Marek.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2701 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-09-25 11:24:12 +00:00
parent 220b15dfed
commit f09b9af8d1
3 changed files with 3 additions and 0 deletions

View File

@@ -5261,6 +5261,7 @@ sensors_chip_features sensors_chip_features_list[] =
{ SENSORS_DS1621_PREFIX, ds1621_features },
{ SENSORS_ADM1024_PREFIX, adm1024_features },
{ SENSORS_IT87_PREFIX, it87_features },
{ SENSORS_IT8712_PREFIX, it87_features },
{ SENSORS_FSCPOS_PREFIX, fscpos_features },
{ SENSORS_FSCSCY_PREFIX, fscscy_features },
{ SENSORS_FSCHER_PREFIX, fscher_features },

View File

@@ -1399,6 +1399,7 @@
/* IT87xx chips */
#define SENSORS_IT87_PREFIX "it87"
#define SENSORS_IT87_PREFIX "it8712"
#define SENSORS_IT87_IN0 1 /* R */
#define SENSORS_IT87_IN1 2 /* R */

View File

@@ -406,6 +406,7 @@ struct match matches[] = {
{ "maxilife-as", print_maxilife },
{ "maxilife-nba", print_maxilife },
{ "it87", print_it87 },
{ "it8712", print_it87 },
{ "ddcmon", print_ddcmon },
{ "eeprom", print_eeprom },
{ "fscpos", print_fscpos },