mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
sensors-detect: 0x15b3 is a Family 15h chip, not 17h
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
e0a0238d90
commit
b4923f19eb
@ -2765,7 +2765,7 @@ use vars qw(@cpu_ids);
|
||||
}, {
|
||||
name => "AMD Family 15h thermal sensors",
|
||||
driver => "k10temp",
|
||||
detect => sub { amd_pci_detect('1603', '1403', '141d', '1573') },
|
||||
detect => sub { amd_pci_detect('1603', '1403', '141d', '1573', '15b3') },
|
||||
}, {
|
||||
name => "AMD Family 16h thermal sensors",
|
||||
driver => "k10temp",
|
||||
@ -2773,7 +2773,7 @@ use vars qw(@cpu_ids);
|
||||
}, {
|
||||
name => "AMD Family 17h thermal sensors",
|
||||
driver => "k10temp",
|
||||
detect => sub { amd_pci_detect('1463', '15b3', '15d0') },
|
||||
detect => sub { amd_pci_detect('1463', '15d0') },
|
||||
}, {
|
||||
name => "AMD Family 15h power sensors",
|
||||
driver => "fam15h_power",
|
||||
|
Loading…
x
Reference in New Issue
Block a user