From c65d6be9c6118e348eed04c744005dba649d39fb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 18 Jun 2004 00:48:58 +0000 Subject: group driver fields for sound cards --- perl-install/standalone/harddrake2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index a8003681f..76ada796d 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -105,6 +105,10 @@ my %groups = ( N("Identification") => [ qw(Vendor model description info media_type) ], N("Connection") => [ qw(bus pci_bus pci_device pci_function vendor id subvendor subid) ], }, + AUDIO => + { + N("Driver") => [ qw(driver alternative_drivers) ], + }, CPU => { N("Identification") => [ qw(processor vendor_id), "model name", "cpu family", qw(model level stepping) ], -- cgit v1.2.1