summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 00:48:58 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 00:48:58 +0000
commitc65d6be9c6118e348eed04c744005dba649d39fb (patch)
tree2f0d68f496a57e7c51c73579077114af9e96c64e
parent3bd0d18bb0b5d5520b999d3ee485a7567f78b207 (diff)
downloaddrakx-c65d6be9c6118e348eed04c744005dba649d39fb.tar
drakx-c65d6be9c6118e348eed04c744005dba649d39fb.tar.gz
drakx-c65d6be9c6118e348eed04c744005dba649d39fb.tar.bz2
drakx-c65d6be9c6118e348eed04c744005dba649d39fb.tar.xz
drakx-c65d6be9c6118e348eed04c744005dba649d39fb.zip
group driver fields for sound cards
-rwxr-xr-xperl-install/standalone/harddrake24
1 files changed, 4 insertions, 0 deletions
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) ],