mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
(Phil) Fixed open quote, as per Robert Paulsen's email:
diff -r1.167 sensors-detect 103c103 < procid => "Intel 82801DB ICH4, --- > procid => "Intel 82801DB ICH4", git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1394 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
ef8ce903f3
commit
03c9cba208
@ -100,7 +100,7 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
vendid => 0x8086,
|
||||
devid => 0x24C3,
|
||||
func => 3,
|
||||
procid => "Intel 82801DB ICH4,
|
||||
procid => "Intel 82801DB ICH4",
|
||||
driver => "i2c-i801",
|
||||
match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
|
||||
} ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user