| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | (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 |
* | - fix partition device name for some dmraid (missing "p", cf #38363) | Pascal Rigaux | 2008-03-06 | 1 | -2/+2 |
* | provide sysfs device path on Firewire and PCMCIA bus (to be able to fix #3395... | Olivier Blin | 2008-03-05 | 1 | -0/+2 |
* | 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 up... | Olivier Blin | 2008-02-28 | 1 | -2/+2 |
* | fix typo not to try finding a dkms package for amd64_agp | Olivier Blin | 2008-02-21 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | (getSCSI) add support for tape device again (#31073) | Thierry Vignaud | 2007-09-04 | 1 | -2/+2 |
* | assume system is a laptop if it contains some "Intel Corporation|Mobile" devi... | Olivier Blin | 2007-08-30 | 1 | -0/+1 |
* | use '_' in IDE module names | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
* | use usb_storage instead of usb-storage | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
* | ignore wmaster%d devices | Olivier Blin | 2007-08-20 | 1 | -1/+2 |
* | use '_' in modules names | Olivier Blin | 2007-08-20 | 1 | -2/+2 |
* | remove hack to replace 'snd_' with 'snd-', it's now done in ldetect | Olivier Blin | 2007-08-14 | 1 | -1/+0 |
* | (pci_probe__real) let modules returned by modaliases be back compatible | Thierry Vignaud | 2007-08-10 | 1 | -0/+1 |
* | (pci_probe) make it work... | Thierry Vignaud | 2007-08-08 | 1 | -0/+1 |
* | (pci_probe) cache PCI probe results at install time too | Thierry Vignaud | 2007-08-08 | 1 | -5/+1 |
* | - modify usbWacom() for mousedrake | Pascal Rigaux | 2007-07-09 | 1 | -4/+19 |
* | fix USB UPS detection logic (whitelist supported hardware) | Olivier Blin | 2007-06-04 | 1 | -10/+18 |
* | do not assign hidups driver to all usbhid devices | Olivier Blin | 2007-06-04 | 1 | -1/+1 |
* | (getUPS) do not detect some mice as UPSes (#30475) | Thierry Vignaud | 2007-06-04 | 1 | -1/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -207/+270 |
* | remove unused silo&sbus&prom stuff (was for sparc, but untouched for more tha... | Pascal Rigaux | 2006-03-03 | 1 | -2/+1 |
* | fix typo | Pascal Rigaux | 2006-02-21 | 1 | -1/+1 |
* | oops, perl_checker compliance | Pascal Rigaux | 2006-02-03 | 1 | -5/+2 |
* | - fix dmidecode_category() (returning a list) | Pascal Rigaux | 2006-02-03 | 1 | -2/+14 |
* | handle new dmidecode output | Pascal Rigaux | 2006-01-20 | 1 | -5/+15 |
* | look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, o... | Pascal Rigaux | 2006-01-10 | 1 | -1/+2 |
* | better not dying (#20340) it looks like there do be some devices out | Thierry Vignaud | 2006-01-02 | 1 | -1/+1 |
* | (getSCSI_26) add a comment | Thierry Vignaud | 2005-12-19 | 1 | -0/+1 |
* | (getSCSI_26) be more robust (aka do not silently not detect hard disks | Thierry Vignaud | 2005-12-19 | 1 | -0/+1 |
* | (getSCSI_26) handle kernel-2.6.14+ | Thierry Vignaud | 2005-12-19 | 1 | -1/+2 |
* | (getSagem) handle new ueagle-atm driver | Thierry Vignaud | 2005-11-07 | 1 | -1/+1 |