mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
(Phil) Added a redundant define for Serverworks PCI vendor ID, for those
kernels which need it. Also tweaked sensors-detect to work seemlessly with the new driver. Driver is tested, and works as expected! (Yeah!) git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@950 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -357,7 +357,8 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
devid => 0x0200,
|
||||
func => 0,
|
||||
procid => "ServerWorks South Bridge",
|
||||
match => sub { $_[0] =~ /^ServerWorks tobewritten/ },
|
||||
driver => "i2c-osb4",
|
||||
match => sub { $_[0] =~ /^SMBus OSB4 adapter at / },
|
||||
} ,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user