From e8d2639e9fe4581f884906c80933501add00c3fb Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 17 Feb 2003 04:24:27 +0000 Subject: - Restructured function "main()" - Made automatic queue setup being done during installation - Support for unknown printers in auto-detection and in automatic queue setup - Fixed determination of default printer - Fixed printer help page display - Fixed wait message in /usr/sbin/printerdrake --- perl-install/printer/detect.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/printer/detect.pm') diff --git a/perl-install/printer/detect.pm b/perl-install/printer/detect.pm index 0f7537a2f..40842cb94 100644 --- a/perl-install/printer/detect.pm +++ b/perl-install/printer/detect.pm @@ -126,7 +126,8 @@ sub whatUsbport() { } # Was there a manufacturer and a model in the string? if ($manufacturer eq "" || $model eq "") { - next; + $manufacturer = ""; + $model = N("Unknown Model"); } # No description field? Make one out of manufacturer and model. if ($description eq "") { -- cgit v1.2.1