2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 23:35:57 +00:00

Add support for the ITE IT8718F Super-I/O chip (prefix: it8718).

Unsurprisingly, it is very similar to the IT8716F.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4089 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-08-09 07:20:54 +00:00
parent 45bc29eb71
commit 0e3ba1d1a1
5 changed files with 9 additions and 6 deletions

View File

@@ -382,6 +382,7 @@ struct match matches[] = {
{ "it87", print_it87 },
{ "it8712", print_it87 },
{ "it8716", print_it87 },
{ "it8718", print_it87 },
{ "ddcmon", print_ddcmon },
{ "eeprom", print_eeprom },
{ "fscpos", print_fscpos },