mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Added Aladdin chipset to detect program.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@203 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -71,7 +71,14 @@ sub adapter_pci_detection
|
||||
func => 0,
|
||||
procid => "Silicon Integrated Systems 85C503",
|
||||
driver => "UNIMPLEMENTED"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
vendid => 0x10b9,
|
||||
devid => 0x7107,
|
||||
funcid => 0,
|
||||
procid => "Acer Labs M1533 Aladdin IV",
|
||||
driver => "UNIMPLEMENTED"
|
||||
}
|
||||
);
|
||||
|
||||
my $pci_list_ref = read_proc_dev_pci;
|
||||
|
Reference in New Issue
Block a user