From f1c7367ebfb4fe0fd4e37f292f388cde8e23f9c0 Mon Sep 17 00:00:00 2001 From: "Mark D. Studebaker" Date: Wed, 15 Mar 2000 02:45:51 +0000 Subject: [PATCH] (mds) also fix the description for the Intel ICH0 (2423) so it will match. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@776 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index b98059dc..da780012 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -70,7 +70,7 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters); func => 3, procid => "Intel 82801AB ICH0", driver => "i2c-i801", - match => sub { $_[0] =~ /^SMBus i801AB adapter at [0-9,a-f]{4}/ }, + match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ }, } , { vendid => 0x1106,