Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (pci_probe) better check for PCI Express capability | Thierry Vignaud | 2009-09-30 | 1 | -10/+3 |
| | |||||
* | add missing bit that got lost between euphor and mdv (fixing running | Thierry Vignaud | 2009-09-23 | 1 | -0/+1 |
| | | | | | wit strict pragma) | ||||
* | reduce perl_checker's SNR ratio | Thierry Vignaud | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | (is_child_of_a_pcie_bridge) introduce it | Thierry Vignaud | 2009-09-23 | 1 | -2/+15 |
| | | | | | (pci_probe) introdude 'nice_bus' field in order to report if it's a PCIe device (#28479) | ||||
* | (get_pci_sysfs_path) extract it out of pci_probe__real() (needed for | Thierry Vignaud | 2009-09-23 | 1 | -1/+7 |
| | | | | later commits) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2009-09-23 | 1 | -5/+5 |
| | |||||
* | revert bogus bit in latest commti | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | (pci_probe__real,c::pci_probe) retrieve PCI revision (#42576) | Thierry Vignaud | 2009-09-23 | 1 | -2/+2 |
| | | | | | (needs ldetect >= 0.9) | ||||
* | fix VirtIO devices support and release 12.46 | Pascal Terjan | 2009-08-28 | 1 | -2/+1 |
| | |||||
* | (dmidecode) fix parsing dmidecode output (broken since we use | Thierry Vignaud | 2009-08-11 | 1 | -1/+4 |
| | | | | | | dmidecode-2.10, aka since November 24 2008) Pixel: I hate you! | ||||
* | don't log the links we ignore when looking for scsi devices (#49406) | Pascal Terjan | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | move serialPort function from mouse.pm to detect_devices.pm | Christophe Fergeau | 2009-07-01 | 1 | -1/+6 |
| | |||||
* | do not ignore FB-DIMM memory | Pascal Terjan | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Add 'touchpad' type to rpmsrate | Christophe Fergeau | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | Add detect_devices::hasTouchpad() function | Christophe Fergeau | 2009-05-04 | 1 | -0/+2 |
| | |||||
* | Detect Elantech touchpad | Christophe Fergeau | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | handle virtio block devices | Pascal Terjan | 2009-04-23 | 1 | -1/+9 |
| | |||||
* | (getModem) enable to skip (slow) detecting serial modems | Thierry Vignaud | 2009-04-16 | 1 | -1/+2 |
| | |||||
* | detect_devices: only look at valid scsi devices in /sys | Pascal Terjan | 2009-03-22 | 1 | -1/+3 |
| | |||||
* | (is_vmware) add infrastucture for detecting vmware | Thierry Vignaud | 2009-03-20 | 1 | -0/+4 |
| | |||||
* | Try to detect servers | Pascal Terjan | 2009-01-09 | 1 | -0/+12 |
| | |||||
* | fix previous commit (thanks to titi) | Pascal Rigaux | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | - fix detecting SMP (was broken we relied on install kernel being non-smp) ↵ | Pascal Rigaux | 2008-10-20 | 1 | -0/+1 |
| | | | | (#44825) | ||||
* | do not detect pan* devices as ethernet devices for now | Olivier Blin | 2008-10-02 | 1 | -1/+2 |
| | | | | | (network configuration tools do not fully support them) | ||||
* | allow detection of low resources systems (extracted from compssUsers.pl) and ↵ | Olivier Blin | 2008-10-02 | 1 | -0/+14 |
| | | | | netbooks/nettops | ||||
* | fix input devices detection in rpmsrate (broken for 3 years, #43721) | Olivier Blin | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | - fix "probe floppies only once" (#43216) | Pascal Rigaux | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | do not bother probing /dev/fd0 and loading floppy device uselessly, | Olivier Blin | 2008-08-22 | 1 | -1/+5 |
| | | | | | | it takes time and it is already done by boot process (just check /proc/devices) | ||||
* | (floppies) probe floppies only once | Thierry Vignaud | 2008-08-22 | 1 | -1/+4 |
| | |||||
* | add a dash when prefixing big comment hunks (to that it gets removed in dist) | Olivier Blin | 2008-05-14 | 1 | -15/+15 |
| | |||||
* | remove some useless dashes | Olivier Blin | 2008-05-14 | 1 | -3/+3 |
| | |||||
* | do not list hso* interfaces as ethernet interfaces | Olivier Blin | 2008-05-14 | 1 | -1/+2 |
| | |||||
* | remove trailing dash | Olivier Blin | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | detect as laptop systems with ACPI lid button | Olivier Blin | 2008-03-28 | 1 | -0/+1 |
| | | | | | (i.e. if /sys/bus/acpi/devices/PNP0C0D:* exists) | ||||
* | - fix partition device name for some dmraid (missing "p", cf #38363) | Pascal Rigaux | 2008-03-06 | 1 | -2/+2 |
| | | | | | | | | simplifying code, since using "p" to separate device name from partition number when device name ends with a digit is standard in the kernel $hd->{prefix} is no more always created. Only used in same special cases | ||||
* | provide sysfs device path on Firewire and PCMCIA bus (to be able to fix ↵ | Olivier Blin | 2008-03-05 | 1 | -0/+2 |
| | | | | #33950 in drakx-net) | ||||
* | install kernel586 on Transmeta Crusoe TM5800 (#37866) | Pascal Rigaux | 2008-03-04 | 1 | -0/+1 |
| | |||||
* | (getSCSI) adapt to new kernel-2.6.25's sysfs layout (Eric Pielbug, #38235) | Thierry Vignaud | 2008-03-03 | 1 | -0/+3 |
| | |||||
* | replace probeall__real() with a probeall_update_cache() function that also ↵ | Olivier Blin | 2008-02-28 | 1 | -2/+2 |
| | | | | updates the pci/usb probe cache | ||||
* | fix typo not to try finding a dkms package for amd64_agp | Olivier Blin | 2008-02-21 | 1 | -1/+1 |
| | | | | | (this driver is builtin in our default kernel package anyway) | ||||
* | detect systems with C7-M processor as laptop (like Belinea s.book) | Olivier Blin | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | match model name only when grepping /proc/cpuinfo in isLaptop() | Olivier Blin | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | (isLaptop) fix wrongly detecting some devices as laptop specific due | Thierry Vignaud | 2007-11-29 | 1 | -1/+1 |
| | | | | | to too hungry regexp (#35759) | ||||
* | allow to detect VirtualBox guest systems | Olivier Blin | 2007-09-28 | 1 | -0/+4 |
| | |||||
* | fix typo in hash slice | Olivier Blin | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | add probeall_dkms_modules() to list modules that are available in dkms packages | Olivier Blin | 2007-09-22 | 1 | -0/+18 |
| | |||||
* | - getInputDevices(): keep "Bus=..." for drakx-kbd-mouse-x11 | Pascal Rigaux | 2007-09-19 | 1 | -0/+1 |
| | |||||
* | (getSCSI) extract std "vendor|description" in description field | Thierry Vignaud | 2007-09-17 | 1 | -0/+1 |
| | |||||
* | (getSCSI) set "media_type" as "generic" for generic SCSI devices | Thierry Vignaud | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | (getSCSI) enumerate generic SCSI devices again | Thierry Vignaud | 2007-09-04 | 1 | -2/+2 |
| |