diff options
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 4 |
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) ], |