mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Added SIS630
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1509 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -195,8 +195,9 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters @dmidecode);
|
|||||||
vendid => 0x1039,
|
vendid => 0x1039,
|
||||||
devid => 0x0630,
|
devid => 0x0630,
|
||||||
func => 0,
|
func => 0,
|
||||||
procid => "Silicon Integrated Systems SIS630 (To be written - Do not use 5595 drivers)",
|
procid => "Silicon Integrated Systems SIS630",
|
||||||
match => sub { $_[0] =~ /dontmatchthis/ },
|
driver => "i2c-sis630",
|
||||||
|
match => sub { $_[0] =~ /^SMBus SIS630 adapter at [0-9,a-f]{4}/ },
|
||||||
} ,
|
} ,
|
||||||
{
|
{
|
||||||
vendid => 0x1039,
|
vendid => 0x1039,
|
||||||
|
Reference in New Issue
Block a user