mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 15:25:38 +00:00
(mds) add i815 support to i2c-i810 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@863 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -248,6 +248,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-i810",
|
||||
match => sub { $_[0] =~ /^I810/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x1132,
|
||||
func => 0,
|
||||
procid => "Intel 82815 GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => sub { $_[0] =~ /^I810/ },
|
||||
} ,
|
||||
);
|
||||
|
||||
use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect
|
||||
|
Reference in New Issue
Block a user