mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
Fixed small merging bug in sensors-detect
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@432 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -77,7 +77,7 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
|||||||
procid => "Acer Labs M7101",
|
procid => "Acer Labs M7101",
|
||||||
driver => "i2c-ali15x3",
|
driver => "i2c-ali15x3",
|
||||||
match => sub { $_[0] =~ /^SMBus ALI15X3 adapter at [0-9,a-f]{4}/ },
|
match => sub { $_[0] =~ /^SMBus ALI15X3 adapter at [0-9,a-f]{4}/ },
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
vendid => 0x106b,
|
vendid => 0x106b,
|
||||||
devid => 0x000e,
|
devid => 0x000e,
|
||||||
|
Reference in New Issue
Block a user