From 3016c601c499cb9537c43bfd57e2d7f1b56b82e3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Feb 2003 12:11:15 +0000 Subject: better sound card description in summary --- perl-install/install_steps_interactive.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 2c367a3af..ba0bb5124 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -910,7 +910,9 @@ sub summary { push @l, { group => N("Hardware"), label => N("Sound card"), - val => sub { $device->{description} }, + val => sub { + $device->{driver} && modules::module2description($device->{driver}) || $device->{description}; + }, clicked => sub { require harddrake::sound; harddrake::sound::config($o, $device) -- cgit v1.2.1