summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Expand)AuthorAgeFilesLines
* workaround anthil bug #369topic/MDK92-branchThierry Vignaud2004-03-111-1/+1
* dmi doesn't detect ht, but acpi does, so use itPascal Rigaux2003-09-221-1/+4
* detect a laptop if cpu name contains "mobile" as many recent laptops are in t...Guillaume Cottenceau2003-08-281-1/+2
* add firewire_probe() and use it in probeall()Pascal Rigaux2003-08-201-1/+24
* help perl_checker somewhatThierry Vignaud2003-08-191-1/+1
* pci hardware discovery: do full-probe by defaultThierry Vignaud2003-08-191-6/+4
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-14/+5
* perl_checker compliancePascal Rigaux2003-04-301-2/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-33/+33
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* fix titi sucks.Francois Pons2003-03-121-1/+1
* merge cdroms__faking_ide_scsi() and zips__faking_ide_scsi() inPascal Rigaux2003-03-061-23/+29
* - (getTVcards, isTVcard) : consolidate tv detection codeThierry Vignaud2003-03-051-0/+6
* normalizeThierry Vignaud2003-03-051-1/+1
* prevent warning when using diagnostics pragma (easier debugging)Thierry Vignaud2003-03-051-5/+7
* let hasSMP don't exit DrakX in testing mode because /dev/mem is not accessibleGuillaume Cottenceau2003-02-281-1/+1
* - cleanup & simplifyPascal Rigaux2003-02-191-8/+16
* move whatParport() to printer::detectPascal Rigaux2003-02-021-21/+0
* move whatPrinter(), whatUsbport() and whatPrinterPort() out of detect_devices...Pascal Rigaux2003-02-021-103/+0
* (getIDE) don't provide information when we don't have it (vendor, description)Thierry Vignaud2003-01-291-1/+1
* (getModem) it always return an empy hash, thus confusing harddrakeThierry Vignaud2003-01-291-1/+1
* software raid (mdX) can go up to md31Pascal Rigaux2003-01-291-1/+1
* get back serial modem detectionDamien Chaumette2003-01-241-1/+1
* Improve association of printers with database entries (preparation forTill Kamppeter2003-01-201-4/+11
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-1/+1
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-0/+4
* add update-ldetect-lst after install_addons.Francois Pons2003-01-091-3/+6
* added install_addons to install pcitable or usbtable addons.Francois Pons2003-01-081-0/+12
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-3/+3
* drop hasUltra66 (unused)Pascal Rigaux2002-12-131-16/+0
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-2/+2
* do not use "local *F", use run_program::get_stdout() or "local $F" insteadPascal Rigaux2002-12-031-24/+18
* add getSagem() to detect Sagem USB ADSL Modem.Francois Pons2002-11-251-0/+3
* remove doblesThierry Vignaud2002-11-251-2/+0
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-8/+5
* fix vendor/model spliting when there's neither space nor separatorThierry Vignaud2002-11-131-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-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-2/+1
* - getCPUs() : fix cpu fields parsingThierry Vignaud2002-11-071-1/+1
* perl checker fixesThierry Vignaud2002-11-071-2/+2
* - harddrake : don't display modem when there're noneThierry Vignaud2002-11-071-6/+3
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-0/+1
* make perl_checker happyPascal Rigaux2002-11-061-1/+1
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
* please perl_checker:Pascal Rigaux2002-11-061-2/+2
* s#$_->{driver} eq 'Bad:www.linmodems.org'#$_->{driver} =~ /www.linmodems.org/...Damien Chaumette2002-10-281-1/+1
* fix "poulpy sux"Thierry Vignaud2002-10-231-3/+3
* change dumb return values s/@pci_modems, $serial_modem/$serial_modem, @pci_mo...Damien Chaumette2002-10-181-10/+1
* add some comments to getCPUsThierry Vignaud2002-10-171-1/+11