Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not mix before and after firmware upload usb ids | Thierry Vignaud | 2004-01-22 | 1 | -13/+25 |
| | |||||
* | (getECI) introduce it in order to detect eci like usb modems | Thierry Vignaud | 2004-01-22 | 1 | -0/+20 |
| | |||||
* | (getSerialModem) fix device field | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | (getModem) simplify | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | (getSerialModem) | Thierry Vignaud | 2004-01-19 | 1 | -10/+16 |
| | | | | | | | - drop useless first arg - return all detected serial modems, not only first - return all data we collected on serial modems | ||||
* | (getSerialModem) do not even bother check for /dev/modem since anyway | Thierry Vignaud | 2004-01-19 | 1 | -1/+1 |
| | | | | | | | probeSerialDevices() set a bijection between modems and /dev/ttySx devices (not /dev/modem) thus making hasModem() test useless for /dev/modem | ||||
* | (getUPS) use HIDIOCAPPLICATION ioctl definition from c module | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | detect_devices::matching_driver -> matching_desc but matching driver names ↵ | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+5 |
| | | | | (kernel modules) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -3/+3 |
| | |||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | one can get "Mass Storage" not always "Mass Storage|..." | Pascal Rigaux | 2003-12-05 | 1 | -1/+1 |
| | |||||
* | add isKeyUsb() (removed from move.pm) | Pascal Rigaux | 2003-11-27 | 1 | -0/+1 |
| | |||||
* | export driver too | Thierry Vignaud | 2003-11-26 | 1 | -2/+3 |
| | |||||
* | don't fake ide-scsi for move (otherwise, we would need to do it in stage1 too) | Pascal Rigaux | 2003-11-25 | 1 | -1/+1 |
| | |||||
* | for move, make it use ide-scsi *now*, not after reboot | Pascal Rigaux | 2003-11-25 | 1 | -0/+5 |
| | |||||
* | (getNet) handle zaurus connected through USB cables resulting in | Thierry Vignaud | 2003-11-23 | 1 | -1/+1 |
| | | | | | usbnet driver creating usbX interfaces | ||||
* | (getUPS) detect serial MGE too | Thierry Vignaud | 2003-11-21 | 1 | -2/+3 |
| | |||||
* | adapt to new usb_class2text() | Pascal Rigaux | 2003-11-20 | 1 | -0/+1 |
| | |||||
* | fix regexp for new ldetect usb class | Pascal Rigaux | 2003-11-20 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | better comment for raidAutoStartIoctl | Pascal Rigaux | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | (getCPUs) enumerate cpus from 1 instead of 0 (part of #4704) | Thierry Vignaud | 2003-11-08 | 1 | -0/+1 |
| | |||||
* | (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 |
| | | | | | | | | | | - 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 probing | Thierry Vignaud | 2003-11-03 | 1 | -2/+1 |
| | | | | | everything (this enable to handle more than 4 ethernet cards) | ||||
* | 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 ↵ | Guillaume Cottenceau | 2003-08-28 | 1 | -1/+2 |
| | | | | that case (in case other means would fail) | ||||
* | 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 |
| | | | | | | | | 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 |
| |