mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 15:25:38 +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,6 +71,13 @@ sub adapter_pci_detection
|
|||||||
func => 0,
|
func => 0,
|
||||||
procid => "Silicon Integrated Systems 85C503",
|
procid => "Silicon Integrated Systems 85C503",
|
||||||
driver => "UNIMPLEMENTED"
|
driver => "UNIMPLEMENTED"
|
||||||
|
} ,
|
||||||
|
{
|
||||||
|
vendid => 0x10b9,
|
||||||
|
devid => 0x7107,
|
||||||
|
funcid => 0,
|
||||||
|
procid => "Acer Labs M1533 Aladdin IV",
|
||||||
|
driver => "UNIMPLEMENTED"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -71,6 +71,13 @@ sub adapter_pci_detection
|
|||||||
func => 0,
|
func => 0,
|
||||||
procid => "Silicon Integrated Systems 85C503",
|
procid => "Silicon Integrated Systems 85C503",
|
||||||
driver => "UNIMPLEMENTED"
|
driver => "UNIMPLEMENTED"
|
||||||
|
} ,
|
||||||
|
{
|
||||||
|
vendid => 0x10b9,
|
||||||
|
devid => 0x7107,
|
||||||
|
funcid => 0,
|
||||||
|
procid => "Acer Labs M1533 Aladdin IV",
|
||||||
|
driver => "UNIMPLEMENTED"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user