Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | $prefix is no good, replace it with $::prefix | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | do not use "local *F", use "my $F" or output() instead | Pascal Rigaux | 2002-12-03 | 1 | -18/+12 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -9/+6 |
| | |||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -4/+4 |
| | |||||
* | - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵ | Pascal Rigaux | 2002-11-11 | 1 | -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 happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -4/+5 |
| | |||||
* | s/Seiko Epson/Epson/ in subroutine to update ScannerDB from Sane. | Till Kamppeter | 2002-09-01 | 1 | -1/+1 |
| | |||||
* | - Let all occurences of "Seiko Epson" replaced by "Epson" both in the | Till Kamppeter | 2002-08-20 | 1 | -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 in | Till Kamppeter | 2002-08-17 | 1 | -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 list | Thierry Vignaud | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | old hp scanners report themselves as "Processor"s as : | Thierry Vignaud | 2002-08-08 | 1 | -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 Vignaud | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | - dont detect undef devices | Thierry Vignaud | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | - rename scanner::findScannerUsbport as scanner::detect | Thierry Vignaud | 2002-08-06 | 1 | -5/+7 |
| | | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too | ||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 1 | -29/+0 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -15/+18 |
| | |||||
* | this doesn't need either "#!/usr/bin/perl" nor "use lib qw(/usr/lib/libDrakX);" | Thierry Vignaud | 2002-07-08 | 1 | -4/+4 |
| | |||||
* | added ASK support for more interactiveness during configuration | Yves Duret | 2002-03-10 | 1 | -0/+4 |
| | |||||
* | update | Yves Duret | 2002-02-18 | 1 | -0/+4 |
| | |||||
* | scsi parport preliminary support | Yves Duret | 2002-02-18 | 1 | -4/+13 |
| | | | | | | no more show unsupported scanner common output for ScannerDB update from sane *.desc files and from usbtable | ||||
* | update, sync with cvs | Yves Duret | 2001-11-12 | 1 | -12/+80 |
| | |||||
* | wonderful perl forgotten | Yves Duret | 2001-10-15 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | Yves Duret | 2001-10-10 | 1 | -0/+134 |