mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 07:15:39 +00:00
add nVidia nForce detection (no driver yet)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1320 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -494,6 +494,13 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
|||||||
driver => "i2c-riva",
|
driver => "i2c-riva",
|
||||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||||
} ,
|
} ,
|
||||||
|
{
|
||||||
|
vendid => 0x10de,
|
||||||
|
devid => 0x01b4,
|
||||||
|
func => 1,
|
||||||
|
procid => "nVidia nForce SMBus",
|
||||||
|
match => sub { $_[0] =~ /dontmatchthis/ },
|
||||||
|
} ,
|
||||||
{
|
{
|
||||||
vendid => 0x1166,
|
vendid => 0x1166,
|
||||||
devid => 0x0200,
|
devid => 0x0200,
|
||||||
|
Reference in New Issue
Block a user