diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/scanner.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/scanner.pm b/perl-install/scanner.pm index 08ac062a8..da16a0aec 100755 --- a/perl-install/scanner.pm +++ b/perl-install/scanner.pm @@ -150,7 +150,7 @@ sub detect { } # The Alcatel Speed Touch internet scanner is not supported by # SANE - next if $description =~ /Alcatel.*Speed.*Touch/i; + next if $description =~ /Alcatel.*Speed.*Touch|Camera/i ; # Extract port $line =~ /\s+(\S+)\s*$/; $port = $1; |