mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
recognize all the unsupported SiS chips
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1151 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -120,6 +120,41 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-sis5595",
|
||||
match => sub { $_[0] =~ /^SMBus SIS5595 adapter at [0-9,a-f]{4}/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1039,
|
||||
devid => 0x5597,
|
||||
func => 0,
|
||||
procid => "Silicon Integrated Systems SIS5581/5582/5597/5598 (To be written - Do not use 5595 drivers)",
|
||||
match => sub { $_[0] =~ /dontmatchthis/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1039,
|
||||
devid => 0x5598,
|
||||
func => 0,
|
||||
procid => "Silicon Integrated Systems SIS5598 (To be written - Do not use 5595 drivers)",
|
||||
match => sub { $_[0] =~ /dontmatchthis/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1039,
|
||||
devid => 0x0540,
|
||||
func => 0,
|
||||
procid => "Silicon Integrated Systems SIS540 (To be written - Do not use 5595 drivers)",
|
||||
match => sub { $_[0] =~ /dontmatchthis/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1039,
|
||||
devid => 0x0630,
|
||||
func => 0,
|
||||
procid => "Silicon Integrated Systems SIS630 (To be written - Do not use 5595 drivers)",
|
||||
match => sub { $_[0] =~ /dontmatchthis/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1039,
|
||||
devid => 0x0730,
|
||||
func => 0,
|
||||
procid => "Silicon Integrated Systems SIS730 (To be written - Do not use 5595 drivers)",
|
||||
match => sub { $_[0] =~ /dontmatchthis/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x10b9,
|
||||
devid => 0x7101,
|
||||
|
Reference in New Issue
Block a user