| Commit message (Expand) | Author | Age | Files | Lines |
* | (getUPS) return port/description couples | Thierry Vignaud | 2003-11-07 | 1 | -1/+20 |
* | detect all up||down interfaces w/o any hardcoded limits: | Thierry Vignaud | 2003-11-05 | 1 | -1/+6 |
* | ask the kernel the list of network devices instead of manually probing | Thierry Vignaud | 2003-11-03 | 1 | -2/+1 |
* | perl_checker fixes | Thierry Vignaud | 2003-10-29 | 1 | -2/+2 |
* | (getUPS) detect usb UPS (serial_probe not seeing them for now) | Thierry Vignaud | 2003-10-29 | 1 | -0/+4 |
* | "Processor #129 invalid" doesn't mean 129 processors are available | Pascal Rigaux | 2003-09-30 | 1 | -1/+1 |
* | a better grepping of Processor in dmesg (it works when we don't have acpi=ht) | Pascal Rigaux | 2003-09-24 | 1 | -1/+1 |
* | dmi doesn't detect ht, but acpi does, so use it | Pascal Rigaux | 2003-09-22 | 1 | -1/+4 |
* | detect a laptop if cpu name contains "mobile" as many recent laptops are in t... | Guillaume Cottenceau | 2003-08-28 | 1 | -1/+2 |
* | add firewire_probe() and use it in probeall() | Pascal Rigaux | 2003-08-20 | 1 | -1/+24 |
* | help perl_checker somewhat | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
* | pci hardware discovery: do full-probe by default | Thierry Vignaud | 2003-08-19 | 1 | -6/+4 |
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -14/+5 |
* | 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 |
* | - (getTVcards, isTVcard) : consolidate tv detection code | Thierry Vignaud | 2003-03-05 | 1 | -0/+6 |
* | 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 |
* | move whatParport() to printer::detect | Pascal Rigaux | 2003-02-02 | 1 | -21/+0 |
* | move whatPrinter(), whatUsbport() and whatPrinterPort() out of detect_devices... | Pascal Rigaux | 2003-02-02 | 1 | -103/+0 |
* | (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 |
* | 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 |
* | 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", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | 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 (...) {...}" ins... | Pascal Rigaux | 2002-11-11 | 1 | -2/+1 |
* | - getCPUs() : fix cpu fields parsing | Thierry Vignaud | 2002-11-07 | 1 | -1/+1 |
* | 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 |
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |