mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-28 21:07:55 +00:00
sensors-detect: Add detection of AMD Family 16h Model 30h power sensors
Support in fam15h_power was added in mainline commit 0bd52941586b3. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
6a585cf1e1
commit
a60d30785e
@ -2783,7 +2783,7 @@ use vars qw(@cpu_ids);
|
||||
}, {
|
||||
name => "AMD Family 16h power sensors",
|
||||
driver => "fam15h_power",
|
||||
detect => sub { amd_pci_detect('1534') },
|
||||
detect => sub { amd_pci_detect('1534', '1584') },
|
||||
}, {
|
||||
name => "Intel digital thermal sensor",
|
||||
driver => "coretemp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user