summaryrefslogtreecommitdiffstats
path: root/perl-install/scanner.pm
Commit message (Collapse)AuthorAgeFilesLines
* - Removed some remaining "Mandrake"s in printerdrake and scannerdrake.Till Kamppeter2005-05-121-2/+2
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* - Added support for the new keywords MANUAL, MANUALREQUIRED, and KERNEL in theTill Kamppeter2005-02-191-1/+4
| | | | | scanner database
* (detect) blacklist usb devices that have a driver and that are wronglyThierry Vignaud2004-09-141-2/+17
| | | | | | detected by sane-find-scanner (scanners are managed by scanner.o module in 2.4.x and through libusb on 2.6.x)
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* Fixed bug #7242: Firmware was not found by "gt68xx" SANE backend.Till Kamppeter2004-03-011-1/+13
|
* Removed occurences of "Mandrake" from translateable strings.Till Kamppeter2004-01-211-1/+2
|
* - Added button for installing/updating firmware in main window (only ifTill Kamppeter2003-12-181-16/+76
| | | | | | appropriate scanner is present). - Fixed small bug in building ScannerDB file from SANE description files.
* Added facility to install scanner firmware.Till Kamppeter2003-12-151-4/+9
|
* Let scannerdrake configure non-root access to parallel port scanners ↵Till Kamppeter2003-12-111-0/+94
| | | | automatically.
* Fixed functions for scanner database (ScannerDB) generation.Till Kamppeter2003-09-091-5/+17
|
* perl_checker compliancePascal Rigaux2003-08-111-2/+2
|
* perl_checker fixesThierry Vignaud2003-04-301-7/+7
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-12/+12
|
* fix doble explanation logging of scannerdrake and harddrake startupThierry Vignaud2003-04-041-1/+0
|
* Bug fixes:Till Kamppeter2003-03-131-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 fixesThierry Vignaud2003-03-061-2/+2
|
* do not detect some usb webcams as scanners ...Thierry Vignaud2003-03-061-1/+1
|
* - Fixed confScanner() deleting the config file in some cases.Till Kamppeter2003-02-281-1/+2
| | | | | - Removed PDQ from share/rpmsrate
* Skip Alcatel Speed Touch ADSL Modem when it is detected by "sane-find-scanner"Till Kamppeter2003-02-261-5/+4
|
* Replaced "my" by "our" for the declaration of the "ScannerDB" variable, so ↵Till Kamppeter2003-02-181-1/+1
| | | | that /usr/bin/scannerdrake has access to it.
* perl_checker fixesThierry Vignaud2003-02-181-12/+14
|
* - (get_usb_ids_for_port, updateScannerDBfromSane) : simplifyThierry Vignaud2003-02-171-38/+20
| | | | | - perl_checker fixes
* Improved manual scanner configuration, bug fixes.Till Kamppeter2003-02-141-2/+42
|
* no commentThierry Vignaud2003-02-131-1/+1
|
* fix drakxtools buildThierry Vignaud2003-02-131-1/+1
|
* Improved handling and structure of scanner databaseTill Kamppeter2003-02-131-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 improvedTill Kamppeter2003-02-121-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 fixesThierry Vignaud2003-02-061-4/+4
|
* - Fixed Titi's newly introduced bugs. Now scannerdrake works at least asTill Kamppeter2003-02-041-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 Rigaux2002-12-041-1/+1
|
* $prefix is no good, replace it with $::prefixPascal Rigaux2002-12-041-3/+3
|
* do not use "local *F", use "my $F" or output() insteadPascal Rigaux2002-12-031-18/+12
|
* 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
|