mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-05 00:35:35 +00:00
Add detection of the Intel 82845G (i2c-i810 driver).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3207 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -468,6 +468,14 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x2562,
|
||||
func => 0,
|
||||
procid => "Intel 82845G GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/,
|
||||
},
|
||||
{
|
||||
vendid => 0x12d2,
|
||||
devid => 0x0018,
|
||||
|
Reference in New Issue
Block a user