Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add dmi_probe() | Pascal Rigaux | 2005-03-15 | 1 | -1/+9 |
| | | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module: | ||||
* | add is_lan_interface | Olivier Blin | 2005-03-04 | 1 | -2/+6 |
| | |||||
* | add ralink RT2x00 interfaces type in comment | Olivier Blin | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | XBox support - XFdrake | Stew Benedict | 2005-02-23 | 1 | -4/+0 |
| | |||||
* | write code correctly | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | "pae" flag in the cpu is needed for new kernel | Pascal Rigaux | 2005-02-23 | 1 | -1/+2 |
| | |||||
* | SuSE also have "Hand Held" as a laptop (ch_type in { 8, 9, 10, 11, 14 }) | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | Detect XBox, don't probe for floppy on XBox. | Stew Benedict | 2005-02-18 | 1 | -1/+5 |
| | |||||
* | - create dmidecode_category() | Pascal Rigaux | 2005-02-17 | 1 | -22/+26 |
| | | | | | | - don't use field {string} when not needed - better use regexps on dmidecode returned strings (even the kernel use strstr) | ||||
* | (isTVcard) perl_checko cleanup | Thierry Vignaud | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | (probeSerialDevices) simplify | Thierry Vignaud | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | (isTVcard) better style | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (probeSerialDevices) really "install" serial modules | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (isTVcard) only look for drivers configurable by drakxtv | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (getTVcards) rely on "multimedia/tv" category | Thierry Vignaud | 2005-02-10 | 1 | -3/+2 |
| | |||||
* | add various/serial category and thus add support for mice and modems | Thierry Vignaud | 2005-02-10 | 1 | -0/+4 |
| | | | | | connected to multiport serial cards | ||||
* | add network/modem category, thus adding support for ACP (Mwave) modems | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | since dmidecode can fail to properly detect a floppy drive, don't use it ↵ | Pascal Rigaux | 2005-01-14 | 1 | -1/+1 |
| | | | | during install (where we don't care if it's a bit slow) | ||||
* | (dmidecode) do not rerun dmidecode on machines that do not support it | Thierry Vignaud | 2005-01-11 | 1 | -2/+3 |
| | |||||
* | fix floppies detection (through dmidecode) | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵ | Pascal Rigaux | 2004-12-16 | 1 | -0/+4 |
| | | | | | | | but only if we are root (this helps testings install without dying) | ||||
* | fix | Pascal Rigaux | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -4/+4 |
| | |||||
* | (pcmcia_controller_probe) reuse pcmcia_controller_probe(), thus fixing | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | | | | | | | | | | installer not handling anymore PCMCIA controllers managed by driver other than yenta_socket... this is still not enough for stage1 though (since mdk-stage1/pcmcia_/probe.c::pcmcia_probe() isn't aware of all PCMCIA host controller drivers that're known to list_modules.pm) | ||||
* | (pcmcia_controller_probe) move some harddrake code there | Thierry Vignaud | 2004-12-13 | 1 | -0/+6 |
| | |||||
* | look for yenta_socket in pci_probe too (nb: ldetect pci_probe has a special ↵ | Pascal Rigaux | 2004-12-07 | 1 | -0/+6 |
| | | | | rule for it, not simply pcitable) | ||||
* | helping titi that didn't get isLaptop() right in 3 commits ;p | Pascal Rigaux | 2004-12-02 | 1 | -1/+1 |
| | |||||
* | simplify: grep already done complete_usb_storage_info() | Pascal Rigaux | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | (dmidecode) explain why we return a list and not directly an hash | Thierry Vignaud | 2004-11-30 | 1 | -0/+1 |
| | |||||
* | (floppies) do not try to load floppy if there's no floppy drive (#8211) | Thierry Vignaud | 2004-11-30 | 1 | -6/+13 |
| | | | | | | a side effect is that now we'll still see the floppy drive even if some buggy code triggered $@ earlier | ||||
* | (isLaptop) fix it on non PPC architectures | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | (dmidecode) add (explicit) memoization | Thierry Vignaud | 2004-11-30 | 1 | -5/+7 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -6/+6 |
| | |||||
* | update ppc kernel modules detection & loading | Pascal Rigaux | 2004-11-16 | 1 | -0/+2 |
| | |||||
* | cleanup get_mac_generation() | Pascal Rigaux | 2004-11-16 | 1 | -11/+1 |
| | |||||
* | (isLaptop) fix it on non PPC arches | Thierry Vignaud | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | (getSagem) do not probe for old adiusbadsl driver (which is deprecated | Thierry Vignaud | 2004-11-09 | 1 | -1/+1 |
| | | | | | by eagle-usb for more than one year) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2004-11-02 | 1 | -3/+2 |
| | |||||
* | (dmidecode) provide more fields | Thierry Vignaud | 2004-11-02 | 1 | -0/+1 |
| | |||||
* | (computer_info) simplify | Thierry Vignaud | 2004-11-02 | 1 | -3/+1 |
| | |||||
* | (dmidecode) handle multiple devices with same name | Thierry Vignaud | 2004-11-02 | 1 | -10/+15 |
| | | | | | (computer_info) split it out of dmidecode() | ||||
* | (getUPS) fix again MGE USB UPSes | Thierry Vignaud | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | (getUPS) fix detecting UPS devices | Thierry Vignaud | 2004-10-06 | 1 | -1/+1 |
| | |||||
* | (getUPS) add proper support for "American Power Conversion|Back-UPS" | Thierry Vignaud | 2004-10-05 | 1 | -4/+4 |
| | |||||
* | (getUPS) fix port for MGE's USB UPSes | Thierry Vignaud | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | (getUPS) fix drivers | Thierry Vignaud | 2004-10-05 | 1 | -2/+3 |
| | |||||
* | (getUPS) typo fix | Thierry Vignaud | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | (getUPS) detect "American Power Conversion" UPS too | Thierry Vignaud | 2004-10-05 | 1 | -1/+3 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-10-01 | 1 | -1/+1 |
| | |||||
* | (getUPS) provide more data on UPS (arnaud quette) | Thierry Vignaud | 2004-09-30 | 1 | -2/+17 |
| |