summaryrefslogtreecommitdiffstats
path: root/perl-install/scanner.pm
Commit message (Collapse)AuthorAgeFilesLines
* Do not use /dev/inside prefix.Colin Guthrie2013-04-181-1/+1
| | | | | | | | | | | | As /dev/ is bind mounted into the prefix, we should always refer to /dev/ directly. In particular this is needed inside wild_device.pm which is often used before the prefix is even ready (i.e. when configuring existing partitions). A specific problem here was detecting the major/minor numbers of partitions which failed because the device node was being searched for inside the prefix but we'd not even unlocked the encrypted / partition yet to mount it... catch 22. mga#5661
* perl_checker cleanupsThierry Vignaud2012-03-231-6/+6
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* (detect) fix keeping around device as seen by detect_devices for frontends ↵Thierry Vignaud2009-04-281-1/+3
| | | | | | | (eg: for harddrake) (why perl_checker didn't found out the variable referenced out of its scope???)
* (detect) do not reject scanners handled by 'usbcore' driver (eg: ↵Thierry Vignaud2009-04-281-1/+1
| | | | "KODAK|i1320 SCANNER")
* (installfirmware) fix a crash when installing firmware (#40738)Thierry Vignaud2009-01-161-0/+1
|
* perl_checker cleanupsThierry Vignaud2008-12-151-34/+32
|
* - fixing crash when installing parallel scanner (#36387, #37039)Tiago Salem Herrmann2008-03-111-3/+4
|
* - Fix to scanner.pm open usbtable.gz instead of usbtable.Tiago Salem Herrmann2008-03-101-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* kill svn:executable propertyThierry Vignaud2007-08-101-0/+0
|
* (detect) export the whole device data as seen by detect_devices since it'sThierry Vignaud2007-06-141-0/+1
| | | | | needed by some callers (eg: harddrake::data::pciusb_id()) (#31182)
* re-sync after the big svn lossPascal Rigaux2007-04-251-6/+5
|
* - Moved loading of kernel modules before the port checking step, theTill Kamppeter2006-01-201-0/+4
| | | | | | | | | | | | device file is usually generated when the module is loaded - Support for loading kernel modules only in case of a certain connection type (SCSI, USB, Parport). - Let kernel module only be added to /etc/modules and /etc/modprobe.preload if loading of the module with "modprobe" succeeded. - Do not die when loading of a kernel module does not succeed. - s/Hewlett Packard/Hewlett-Packard/ when generating ScannerDB.
* - Bug fixes in scanner::detect() functionTill Kamppeter2005-08-051-4/+4
| | | | | | | | | o Fixed 'grep' filter to filter out non-scanner devices by the "driver" field (in the very end of the function) o Fixed franglish in a warning message - Suppressed console message of "ls" in the scanner::resolve_symlinks() function.
* reduce the overall perl_checker warningsThierry Vignaud2005-07-081-8/+8
|
* - 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
|