Nowadays libosinfo clients can cover more unknown operating systems by falling back to the ICH6 drivers. To make sure that older versions of Windows which have AC97 support continue functioning as expected, we can explicitly list the AC97 driver in the osinfo-db. More modern versions of Windows such as win-7, win-8, and win-10 already contain the ICH6 drivers data. Signed-off-by: Felipe Borges <feborges@xxxxxxxxxx> --- data/os/microsoft.com/win-vista.xml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/os/microsoft.com/win-vista.xml.in b/data/os/microsoft.com/win-vista.xml.in index 770be67..daf56cb 100644 --- a/data/os/microsoft.com/win-vista.xml.in +++ b/data/os/microsoft.com/win-vista.xml.in @@ -44,6 +44,10 @@ </recommended> </resources> + <devicess> + <device id="http://pcisig.com/pci/8086/2415"/> <!-- AC97 --> + </devices> + <installer> <script id='http://microsoft.com/windows/unattend/jeos'/> <script id='http://microsoft.com/windows/unattend/desktop'/> -- 2.14.3 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo