Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - getCPUs() : fix cpu fields parsing | Thierry Vignaud | 2002-11-07 | 1 | -1/+1 |
| | | | | | | | - harddrake::detect : o describe most cpu fields o print value of skipped fields | ||||
* | perl checker fixes | Thierry Vignaud | 2002-11-07 | 1 | -2/+2 |
| | |||||
* | - harddrake : don't display modem when there're none | Thierry Vignaud | 2002-11-07 | 1 | -6/+3 |
| | | | | | | | | - getModem() : o simplify o remove unused variables - getSerialModem() : indent | ||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless | ||||
* | s#$_->{driver} eq 'Bad:www.linmodems.org'#$_->{driver} =~ ↵ | Damien Chaumette | 2002-10-28 | 1 | -1/+1 |
| | | | | /www.linmodems.org/# to fit with ldetect | ||||
* | fix "poulpy sux" | Thierry Vignaud | 2002-10-23 | 1 | -3/+3 |
| | |||||
* | change dumb return values s/@pci_modems, $serial_modem/$serial_modem, ↵ | Damien Chaumette | 2002-10-18 | 1 | -10/+1 |
| | | | | @pci_modems/ (thanks to pixel) | ||||
* | add some comments to getCPUs | Thierry Vignaud | 2002-10-17 | 1 | -1/+11 |
| | |||||
* | getCPUs() : fix multiples cpu detection | Thierry Vignaud | 2002-10-16 | 1 | -5/+3 |
| | |||||
* | -add cpus detection | Thierry Vignaud | 2002-10-16 | 1 | -38/+13 |
| | | | | | | | - update todo list - perl_checker fix | ||||
* | add Pioneer to vendors list | Thierry Vignaud | 2002-10-15 | 1 | -0/+42 |
| | |||||
* | - move serial modem detection to detect_devices.pm | Damien Chaumette | 2002-10-10 | 1 | -0/+42 |
| | | | | | | - add speedtouch USB detection - add winmodem detection | ||||
* | fix raidAutoStartRaidtab crushing /etc/raidtab | Pascal Rigaux | 2002-09-24 | 1 | -2/+4 |
| | |||||
* | Made the association of model names obtained by auto-detection and of | Till Kamppeter | 2002-09-12 | 1 | -0/+5 |
| | | | | | the model names in the printer database much more reliable. | ||||
* | (isRemovableDrive): usb with class "Floppy (UFI)" are removable even if they ↵ | Pascal Rigaux | 2002-08-29 | 1 | -1/+1 |
| | | | | are not media_type fd | ||||
* | (isRemovableUsb): using "Floppy (UFI)" usb media_type is no good, use ↵ | Pascal Rigaux | 2002-08-29 | 1 | -10/+18 |
| | | | | | | | | magical usb2removable instead (usb_description2removable): more entries (suggest_mount_point): use new function usb2removable | ||||
* | - why did hds() did return removable drives in standalone? changing this ↵ | Pascal Rigaux | 2002-08-28 | 1 | -13/+70 |
| | | | | | | | | | | | | | (this was written in 1999 so no good reason must stand) - remove the ugly isFloppyOrHD - new function get_usb_storage_info which magically links /proc/scsi/scsi entries to /proc/bus/usb/devices & usbtable one :) - new function usb_description2removable which tries to categorize the removables - new function removables returning various things - new function isRemovableUsb using usb class - new function isFloppyUsb using the usbtable "Removable:floppy" - suggest_mount_point use "Removable:xxx" entries from usbtable, or usb_description2removable() | ||||
* | create detect_devices::suggest_mount_point and use it instead of doing it in ↵ | Pascal Rigaux | 2002-08-28 | 1 | -0/+16 |
| | | | | fs::set_removable_mntpoints | ||||
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | set {prefix} for rd/ida/cciss/... (instead of doing it in fsedit::hds) | Pascal Rigaux | 2002-08-27 | 1 | -4/+5 |
| | |||||
* | dev_is_devfs always return false during install | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
| | |||||
* | avoid using serial_probe on non terminal device (ttyxx or ttySxx). | Francois Pons | 2002-08-26 | 1 | -2/+6 |
| | |||||
* | Let command line tools for network scanning run under "chroot $refix", ↵ | Till Kamppeter | 2002-08-24 | 1 | -244/+1 |
| | | | | | | | otherwise they take ages during installation. Moved network scanning functions from "detect_devices.pm" to "printer.pm" so that they have access to the "$prefix" variable. | ||||
* | add scsi Optical Device recognition (thanks to Michael Riss) | Pascal Rigaux | 2002-08-19 | 1 | -1/+1 |
| | | | | | | (without this, a hard drive following the optical device gets assigned sda whereas sda is the optical device and the hard drive really is sdb) | ||||
* | (floppies): module "floppy" can fail to insmod, in that case it means | Pascal Rigaux | 2002-08-11 | 1 | -1/+2 |
| | | | | | | there's no floppy controller, so don't try fd0 & fd1 which may cause havoc (esp. segfault) (thanks to rcc) | ||||
* | Scanning network for printers did not work during installation. Fixed. | Till Kamppeter | 2002-08-10 | 1 | -26/+24 |
| | |||||
* | explain the fscking "Processor" need | Thierry Vignaud | 2002-08-08 | 1 | -0/+2 |
| | |||||
* | 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 happy | Pascal Rigaux | 2002-08-06 | 1 | -3/+3 |
| | |||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -5/+1 |
| | |||||
* | Accelerated network scanning for printers by applying "nmap" only to ↵ | Till Kamppeter | 2002-08-04 | 1 | -5/+81 |
| | | | | | | | | machines which answered to a broadcast ping before. Completed network/SMB printer auto-detection for recommended mode. Started network/SMB printer auto-detection for expert mode. | ||||
* | Added facility to scan network for SMB/Windows-hosted printers. | Till Kamppeter | 2002-08-01 | 1 | -9/+61 |
| | |||||
* | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 1 | -5/+5 |
| | |||||
* | Added subroutines for ethernet printer auto-detection. | Till Kamppeter | 2002-07-31 | 1 | -0/+117 |
| | |||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -4/+4 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -11/+13 |
| | |||||
* | use usb keyboard bCountryCode to choose the right keyboard | Pascal Rigaux | 2002-07-30 | 1 | -2/+12 |
| | |||||
* | use add_probeall for scsi_hostadapter, not add_alias (may fix a bug reported ↵ | Pascal Rigaux | 2002-07-27 | 1 | -2/+2 |
| | | | | by Jure Repinc) | ||||
* | Added detection of trhe serial number of a USB printer (in preparation for ↵ | Till Kamppeter | 2002-07-26 | 1 | -1/+6 |
| | | | | HPOJ 0.9 support in printerdrake). | ||||
* | handle computers with no /proc/scsi/scsi | Pascal Rigaux | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | remove '-' before description for IBM eide hard disks | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -2/+2 |
| | |||||
* | when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ↵ | Pascal Rigaux | 2002-07-22 | 1 | -0/+3 |
| | | | | probing is never done | ||||
* | help perl_checker | Pascal Rigaux | 2002-07-19 | 1 | -1/+1 |
| | |||||
* | handling devfs names for cdrom/hds on ide/scsi (needs testing) | Pascal Rigaux | 2002-07-19 | 1 | -7/+34 |
| |