summaryrefslogtreecommitdiffstats
path: root/perl-install/scanner.pm
Commit message (Expand)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
* (detect) blacklist usb devices that have a driver and that are wronglyThierry Vignaud2004-09-141-2/+17
* 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
* Added facility to install scanner firmware.Till Kamppeter2003-12-151-4/+9
* Let scannerdrake configure non-root access to parallel port scanners automati...Till Kamppeter2003-12-111-0/+94
* 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
* 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
* 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 th...Till Kamppeter2003-02-181-1/+1
* perl_checker fixesThierry Vignaud2003-02-181-12/+14
* - (get_usb_ids_for_port, updateScannerDBfromSane) : simplifyThierry Vignaud2003-02-171-38/+20
* 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
* Scannerdrake vastly improvedTill Kamppeter2003-02-121-24/+129
* 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
* 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
* 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 (...) {...}" ins...Pascal Rigaux2002-11-111-1/+1
* 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
* Let a newline character be put after the entry inTill Kamppeter2002-08-171-1/+1
* update TODO listThierry Vignaud2002-08-121-1/+1
* old hp scanners report themselves as "Processor"s as :Thierry Vignaud2002-08-081-1/+1
* make perl_checker happier :-)Thierry Vignaud2002-08-061-1/+1
* - dont detect undef devicesThierry Vignaud2002-08-061-1/+1