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:
@@ -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 },
|
||||
|
@@ -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 */
|
||||
|
@@ -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 },
|
||||
|
Reference in New Issue
Block a user