summaryrefslogtreecommitdiffstats
path: root/perl-install/scanner.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* perl_checker adaptationsPascal Rigaux2002-11-271-9/+6
|
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-4/+4
|
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵Pascal Rigaux2002-11-111-1/+1
| | | | | | | | instead (only pb are functions called in {...} that could use $var, none found except in commands.pm) - various small syntax enhancements to please perl_checker
* make perl_checker happyPascal Rigaux2002-11-061-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-061-4/+5
|
* s/Seiko Epson/Epson/ in subroutine to update ScannerDB from Sane.Till Kamppeter2002-09-011-1/+1
|
* - Let all occurences of "Seiko Epson" replaced by "Epson" both in theTill Kamppeter2002-08-201-1/+6
| | | | | | | | | | scanner names read from the ScannerDB and in the names resulting from scanner auto-detection (names from usbtable). So the user gets presented "Epson" and usbtable can have "Epson" names where ScannerDB can have "Seiko Epson" names. - If a scanner is listed as "unsupported" in ScannerDB, the user gets a message instead of scannerdrake silently exiting.
* Let a newline character be put after the entry inTill Kamppeter2002-08-171-1/+1
| | | | | | /etc/sane.d/dll.conf, so more than one driver name can be added without all of them going into one line and then being unreadable.
* update TODO listThierry Vignaud2002-08-121-1/+1
|
* old hp scanners report themselves as "Processor"s as :Thierry Vignaud2002-08-081-1/+1
| | | | | | | | - tested in hw lab - written in linux/include/scsi/scsi.h: "TYPE_PROCESSOR.*HP scanners use this" - reported by sane-find-sane: "old HP scanners use the CPU id"
* make perl_checker happier :-)Thierry Vignaud2002-08-061-1/+1
|
* - dont detect undef devicesThierry Vignaud2002-08-061-1/+1
|
* - rename scanner::findScannerUsbport as scanner::detectThierry Vignaud2002-08-061-5/+7
| | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-051-29/+0
|
* perl_checker fixesThierry Vignaud2002-08-011-1/+4
|
* perl_checker fixesThierry Vignaud2002-08-011-15/+18
|
* this doesn't need either "#!/usr/bin/perl" nor "use lib qw(/usr/lib/libDrakX);"Thierry Vignaud2002-07-081-4/+4
|
* added ASK support for more interactiveness during configurationYves Duret2002-03-101-0/+4
|
* updateYves Duret2002-02-181-0/+4
|
* scsi parport preliminary supportYves Duret2002-02-181-4/+13
| | | | | | no more show unsupported scanner common output for ScannerDB update from sane *.desc files and from usbtable
* update, sync with cvsYves Duret2001-11-121-12/+80
|
* wonderful perl forgottenYves Duret2001-10-151-0/+8
|
* *** empty log message ***Yves Duret2001-10-101-0/+134