summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* one can get "Mass Storage" not always "Mass Storage|..."Pascal Rigaux2003-12-051-1/+1
|
* add isKeyUsb() (removed from move.pm)Pascal Rigaux2003-11-271-0/+1
|
* export driver tooThierry Vignaud2003-11-261-2/+3
|
* don't fake ide-scsi for move (otherwise, we would need to do it in stage1 too)Pascal Rigaux2003-11-251-1/+1
|
* for move, make it use ide-scsi *now*, not after rebootPascal Rigaux2003-11-251-0/+5
|
* (getNet) handle zaurus connected through USB cables resulting inThierry Vignaud2003-11-231-1/+1
| | | | | usbnet driver creating usbX interfaces
* (getUPS) detect serial MGE tooThierry Vignaud2003-11-211-2/+3
|
* adapt to new usb_class2text()Pascal Rigaux2003-11-201-0/+1
|
* fix regexp for new ldetect usb classPascal Rigaux2003-11-201-1/+1
|
* fix typoPascal Rigaux2003-11-191-1/+1
|
* better comment for raidAutoStartIoctlPascal Rigaux2003-11-191-1/+1
|
* (getCPUs) enumerate cpus from 1 instead of 0 (part of #4704)Thierry Vignaud2003-11-081-0/+1
|
* (getUPS) return port/description couplesThierry Vignaud2003-11-071-1/+20
|
* detect all up||down interfaces w/o any hardcoded limits:Thierry Vignaud2003-11-051-1/+6
| | | | | | | | | | - rollback to old active poll on existing interfaces rather than relying on kernel interfaces list (since it does not list unconfigured interfaces) - get the network interfaces list from /proc/net/dev (reusing the same logic as from "ifconfig -a")
* ask the kernel the list of network devices instead of manually probingThierry Vignaud2003-11-031-2/+1
| | | | | everything (this enable to handle more than 4 ethernet cards)
* perl_checker fixesThierry Vignaud2003-10-291-2/+2
|
* (getUPS) detect usb UPS (serial_probe not seeing them for now)Thierry Vignaud2003-10-291-0/+4
|
* "Processor #129 invalid" doesn't mean 129 processors are availablePascal Rigaux2003-09-301-1/+1
|
* a better grepping of Processor in dmesg (it works when we don't have acpi=ht)Pascal Rigaux2003-09-241-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 ↵Guillaume Cottenceau2003-08-281-1/+2
| | | | that case (in case other means would fail)
* 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
| | | | | | | | 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 codeThierry Vignaud2003-03-051-0/+6
| | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...)
* 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
| | | | | - handle raid on raid detection
* move whatParport() to printer::detectPascal Rigaux2003-02-021-21/+0
|
* move whatPrinter(), whatUsbport() and whatPrinterPort() out of ↵Pascal Rigaux2003-02-021-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 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
| | | | | | | | | | | 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 Rigaux2003-01-161-1/+1
|
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-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 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", ↵Pascal Rigaux2003-01-071-3/+3
| | | | "every", "partition"
* 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
|