mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Add back missing quotes, a previous cleanup was a bit overzealous.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5451 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -5070,7 +5070,7 @@ sub coretemp_detect
|
||||
my $probecpu;
|
||||
foreach $probecpu (@cpu) {
|
||||
if ($probecpu->{vendor_id} eq 'GenuineIntel' &&
|
||||
$probecpu->{cpu_family} == 6 &&
|
||||
$probecpu->{'cpu family'} == 6 &&
|
||||
($probecpu->{model} == 14 ||
|
||||
$probecpu->{model} == 15 ||
|
||||
$probecpu->{model} == 0x16 ||
|
||||
@@ -5087,7 +5087,7 @@ sub c7temp_detect
|
||||
my $probecpu;
|
||||
foreach $probecpu (@cpu) {
|
||||
if ($probecpu->{vendor_id} eq 'CentaurHauls' &&
|
||||
$probecpu->{cpu_family} == 6 &&
|
||||
$probecpu->{'cpu family'} == 6 &&
|
||||
($probecpu->{model} == 0xa ||
|
||||
$probecpu->{model} == 0xd)) {
|
||||
return 9;
|
||||
|
Reference in New Issue
Block a user