Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add detection of AMD Ryzen w/ Vega graphics
Kernel support was added in commit
torvalds/linux@877d8948d0aa402fb
  • Loading branch information
olysonek authored and groeck committed May 3, 2018
1 parent 6d970e5 commit c874e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/detect/sensors-detect
Expand Up @@ -2773,7 +2773,7 @@ use vars qw(@cpu_ids);
}, {
name => "AMD Family 17h thermal sensors",
driver => "k10temp",
detect => sub { amd_pci_detect('1463') },
detect => sub { amd_pci_detect('1463', '15d0') },
}, {
name => "AMD Family 15h power sensors",
driver => "fam15h_power",
Expand Down

0 comments on commit c874e11

Please sign in to comment.