Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -2/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -33/+33 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
| | |||||
* | fix titi sucks. | Francois Pons | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | merge cdroms__faking_ide_scsi() and zips__faking_ide_scsi() in | Pascal Rigaux | 2003-03-06 | 1 | -23/+29 |
| | | | | | | | | cdroms_and_zips__faking_ide_scsi() to be able to have a good devfs device name this fixes *__faking_ide_scsi() not faking devfs_device causing bad /etc/devfs/conf.d/dvd.conf for dvd burners | ||||
* | - (getTVcards, isTVcard) : consolidate tv detection code | Thierry Vignaud | 2003-03-05 | 1 | -0/+6 |
| | | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...) | ||||
* | normalize | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | prevent warning when using diagnostics pragma (easier debugging) | Thierry Vignaud | 2003-03-05 | 1 | -5/+7 |
| | |||||
* | let hasSMP don't exit DrakX in testing mode because /dev/mem is not accessible | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - cleanup & simplify | Pascal Rigaux | 2003-02-19 | 1 | -8/+16 |
| | | | | | - handle raid on raid detection | ||||
* | move whatParport() to printer::detect | Pascal Rigaux | 2003-02-02 | 1 | -21/+0 |
| | |||||
* | move whatPrinter(), whatUsbport() and whatPrinterPort() out of ↵ | Pascal Rigaux | 2003-02-02 | 1 | -103/+0 |
| | | | | | | | | | | detect_devices to printer::detect (it cleans up detect_devices, and won't hurt eyes anymore :) this change, together with .perl_checker skipping printer::* marks the style disagreement between printer/* and the rest of install | ||||
* | (getIDE) don't provide information when we don't have it (vendor, description) | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | (getModem) it always return an empy hash, thus confusing harddrake | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | software raid (mdX) can go up to md31 | Pascal Rigaux | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | get back serial modem detection | Damien Chaumette | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | Improve association of printers with database entries (preparation for | Till Kamppeter | 2003-01-20 | 1 | -4/+11 |
| | | | | | | | | | | | non-interactive print queue generation): - Make use of device ID strings in the Foomatic database - Association of generic printers when PDL (PCL, PCL-XL, PostScript) could be auto-detected - Cleaned up entries from manufacturer-supplied PPDs for PostScript printers to try to match model names of Foomatic entries - Bug fixes on previous association mechanism | ||||
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | - factorize snd devices listing in detect_devices::getSoundDevices() | Thierry Vignaud | 2003-01-15 | 1 | -0/+4 |
| | | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time | ||||
* | add update-ldetect-lst after install_addons. | Francois Pons | 2003-01-09 | 1 | -3/+6 |
| | |||||
* | added install_addons to install pcitable or usbtable addons. | Francois Pons | 2003-01-08 | 1 | -0/+12 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
| | | | | "every", "partition" | ||||
* | drop hasUltra66 (unused) | Pascal Rigaux | 2002-12-13 | 1 | -16/+0 |
| | |||||
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -2/+2 |
| | |||||
* | do not use "local *F", use run_program::get_stdout() or "local $F" instead | Pascal Rigaux | 2002-12-03 | 1 | -24/+18 |
| | |||||
* | add getSagem() to detect Sagem USB ADSL Modem. | Francois Pons | 2002-11-25 | 1 | -0/+3 |
| | |||||
* | remove dobles | Thierry Vignaud | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -8/+5 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | fix vendor/model spliting when there's neither space nor separator | Thierry Vignaud | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | 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 | -2/+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 | ||||
* | - 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 |