Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fixes: | Till Kamppeter | 2003-03-13 | 1 | -5/+37 |
| | | | | | | | | | - SHOWSTOPPER: SCSI scanners were never recognized as already configured, the user was always asked whether he wants to configure them. Problem was that device files are symlinks. - Made most ISDN and ADSL devices not being considered as a scanner by Scannerdrake, SANE does not support internet scanners. | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-03-06 | 1 | -2/+2 |
| | |||||
* | do not detect some usb webcams as scanners ... | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | - Fixed confScanner() deleting the config file in some cases. | Till Kamppeter | 2003-02-28 | 1 | -1/+2 |
| | | | | | - Removed PDQ from share/rpmsrate | ||||
* | Skip Alcatel Speed Touch ADSL Modem when it is detected by "sane-find-scanner" | Till Kamppeter | 2003-02-26 | 1 | -5/+4 |
| | |||||
* | Replaced "my" by "our" for the declaration of the "ScannerDB" variable, so ↵ | Till Kamppeter | 2003-02-18 | 1 | -1/+1 |
| | | | | that /usr/bin/scannerdrake has access to it. | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-18 | 1 | -12/+14 |
| | |||||
* | - (get_usb_ids_for_port, updateScannerDBfromSane) : simplify | Thierry Vignaud | 2003-02-17 | 1 | -38/+20 |
| | | | | | - perl_checker fixes | ||||
* | Improved manual scanner configuration, bug fixes. | Till Kamppeter | 2003-02-14 | 1 | -2/+42 |
| | |||||
* | no comment | Thierry Vignaud | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | fix drakxtools build | Thierry Vignaud | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | Improved handling and structure of scanner database | Till Kamppeter | 2003-02-13 | 1 | -11/+63 |
| | | | | | | | | | - Scanners with multiple ports are supported now - Fully automatic build of the scanner database, including lines for configuration files - Fixed "SnapScan" <-> "snapscan" bug - Some HP scanners had no manufacturer field. Fixed. | ||||
* | Scannerdrake vastly improved | Till Kamppeter | 2003-02-12 | 1 | -24/+129 |
| | | | | | | | | | | | | - Use auto-detection methods of SANE - Do not ask the user to configure scanners which are already configured - Handle systems with more than one scanner correctly - Added ports of newer scanners (libusb, parallel, ...) to the port selector in manual setup - Main dialog showing all configured scanners - Full support for scanner sharing via SANE (server/client) - Support for USB scanner access via libusb | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-06 | 1 | -4/+4 |
| | |||||
* | - Fixed Titi's newly introduced bugs. Now scannerdrake works at least as | Till Kamppeter | 2003-02-04 | 1 | -10/+17 |
| | | | | | | | | | | under Mandrake 9.0. - Fixed bug of automatic configuration also being done if one opts for manual configuration of an auto-detected scanner. - Made scannerdrake editing the SANE config files instead of replacing them by the config lines from the DB (or emptying them when no config lines are given in the DB). | ||||
* | 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 |