Submitter | Mattias Mattsson |
---|---|
Date | 2010-07-24 00:15:45 |
Message ID | <20100724001545.GA7185@vargen> |
Download | mbox | patch |
Permalink | /patch/1676/ |
State | Accepted |
Headers | show |
Comments
Hi, As requested on IRC, here's some additional info. Unfortunately I was unable to find any specs or a datasheet for IT8707F. What I did find was this (old) note from the lm-sensors project wiki: "ITE IT8707F: (2003-08-23) ITE won't release a datasheet, but says the sensor part is identical to IT8712F." ( http://www.lm-sensors.org/wiki/Devices?version=308 ) Attached is output from superiotool (with patch) detecting the chip on an Asus P4SC-E board. Thanks, -mattias superiotool r5667 Found ITE IT8707F (id=0x8707, rev=0x0) at 0x2e
On 24.07.2010 02:15, Mattias Mattsson wrote: > Adds id for ITE IT8707F to superiotool. > Thank for your patch. > Signed-off-by: Mattias Mattsson <vitplister@gmail.com> > Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> and committed in r5679. Regards, Carl-Daniel
Patch
Index: superiotool/ite.c =================================================================== --- superiotool/ite.c (revision 5667) +++ superiotool/ite.c (working copy) @@ -307,6 +307,8 @@ {0x8706, "IT8706R", { /* TODO: Not yet in sensors-detect */ /* This is a "Special General Purpose I/O chip". */ {EOT}}}, + {0x8707, "IT8707F", { + {EOT}}}, {0x8708, "IT8708F", { {NOLDN, NULL, {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,
Adds id for ITE IT8707F to superiotool. Signed-off-by: Mattias Mattsson <vitplister@gmail.com>