From cd345e7bef8757b18840a265373a89998d28fb6b Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Tue, 12 Nov 2013 13:29:25 +0000 Subject: Add detection of IT8603E. --- CHANGES | 1 + prog/detect/sensors-detect | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 9a24540d..7f2b3bdc 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ SVN HEAD Add detection of NCT6791D Add detection of NCT6681D, NCT6682D, and NCT6683D Add detection of F71868A + Add detection of IT8603E Add a PCI ID for new family 15h AMD processors Introduce automatic mode (--auto) Detect incorrect non-interactive runs diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 9d2a8b89..63104aaf 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -2214,6 +2214,12 @@ use constant FEAT_SMBUS => (1 << 7); @superio_ids_ite = ( { + name => "ITE IT8603E Super IO Sensors", + driver => "to-be-written", + devid => 0x8603, + logdev => 0x04, + features => FEAT_IN | FEAT_FAN | FEAT_TEMP, + }, { name => "ITE IT8702F Super IO Fan Sensors", driver => "to-be-written", devid => 0x8702, -- cgit v1.2.1