summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* detect as laptop systems with ACPI lid buttonOlivier Blin2008-03-281-0/+1
| | | | | (i.e. if /sys/bus/acpi/devices/PNP0C0D:* exists)
* - fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-061-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 Blin2008-03-051-0/+2
| | | | #33950 in drakx-net)
* install kernel586 on Transmeta Crusoe TM5800 (#37866)Pascal Rigaux2008-03-041-0/+1
|
* (getSCSI) adapt to new kernel-2.6.25's sysfs layout (Eric Pielbug, #38235)Thierry Vignaud2008-03-031-0/+3
|
* replace probeall__real() with a probeall_update_cache() function that also ↵Olivier Blin2008-02-281-2/+2
| | | | updates the pci/usb probe cache
* fix typo not to try finding a dkms package for amd64_agpOlivier Blin2008-02-211-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 Blin2008-02-061-1/+1
|
* match model name only when grepping /proc/cpuinfo in isLaptop()Olivier Blin2008-02-061-1/+1
|
* (isLaptop) fix wrongly detecting some devices as laptop specific dueThierry Vignaud2007-11-291-1/+1
| | | | | to too hungry regexp (#35759)
* allow to detect VirtualBox guest systemsOlivier Blin2007-09-281-0/+4
|
* fix typo in hash sliceOlivier Blin2007-09-251-1/+1
|
* add probeall_dkms_modules() to list modules that are available in dkms packagesOlivier Blin2007-09-221-0/+18
|
* - getInputDevices(): keep "Bus=..." for drakx-kbd-mouse-x11Pascal Rigaux2007-09-191-0/+1
|
* (getSCSI) extract std "vendor|description" in description fieldThierry Vignaud2007-09-171-0/+1
|
* (getSCSI) set "media_type" as "generic" for generic SCSI devicesThierry Vignaud2007-09-041-1/+1
|
* (getSCSI) enumerate generic SCSI devices againThierry Vignaud2007-09-041-2/+2
|
* (getSCSI) add support for tape device again (#31073)Thierry Vignaud2007-09-041-2/+2
|
* assume system is a laptop if it contains some "Intel Corporation|Mobile" ↵Olivier Blin2007-08-301-0/+1
| | | | devices (fix Samsung Q1U detection, #32967)
* use '_' in IDE module namesOlivier Blin2007-08-211-1/+1
|
* use usb_storage instead of usb-storageOlivier Blin2007-08-211-1/+1
|
* ignore wmaster%d devicesOlivier Blin2007-08-201-1/+2
|
* use '_' in modules namesOlivier Blin2007-08-201-2/+2
|
* remove hack to replace 'snd_' with 'snd-', it's now done in ldetectOlivier Blin2007-08-141-1/+0
|
* (pci_probe__real) let modules returned by modaliases be back compatibleThierry Vignaud2007-08-101-0/+1
|
* (pci_probe) make it work...Thierry Vignaud2007-08-081-0/+1
|
* (pci_probe) cache PCI probe results at install time tooThierry Vignaud2007-08-081-5/+1
|
* - modify usbWacom() for mousedrakePascal Rigaux2007-07-091-4/+19
| | | | | | | (conflicts with drakx-kbd-mouse-x11 < 0.19) - installer: o add /lib/udev/usb_id which is needed by mouse.pm to generate /dev/input/by-id/xxx
* fix USB UPS detection logic (whitelist supported hardware)Olivier Blin2007-06-041-10/+18
|
* do not assign hidups driver to all usbhid devicesOlivier Blin2007-06-041-1/+1
|
* (getUPS) do not detect some mice as UPSes (#30475)Thierry Vignaud2007-06-041-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-207/+270
|
* remove unused silo&sbus&prom stuff (was for sparc, but untouched for more ↵Pascal Rigaux2006-03-031-2/+1
| | | | than 5 years and must be broken
* fix typoPascal Rigaux2006-02-211-1/+1
|
* oops, perl_checker compliancePascal Rigaux2006-02-031-5/+2
|
* - fix dmidecode_category() (returning a list)Pascal Rigaux2006-02-031-2/+14
| | | | | - c::dmiDetectMemory() was in smp-dmi.c which is dropped, creating dmi_detect_memory instead
* handle new dmidecode outputPascal Rigaux2006-01-201-5/+15
|
* look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, ↵Pascal Rigaux2006-01-101-1/+2
| | | | or using DMI info (often broken)
* better not dying (#20340) it looks like there do be some devices outThierry Vignaud2006-01-021-1/+1
| | | | | for which we failed to get proper data
* (getSCSI_26) add a commentThierry Vignaud2005-12-191-0/+1
|
* (getSCSI_26) be more robust (aka do not silently not detect hard disksThierry Vignaud2005-12-191-0/+1
| | | | | when kernel sysfs exports got changed)
* (getSCSI_26) handle kernel-2.6.14+Thierry Vignaud2005-12-191-1/+2
|
* (getSagem) handle new ueagle-atm driverThierry Vignaud2005-11-071-1/+1
|
* (get_sysfs_usbpath_for_block) introduce it in order to factorize codeThierry Vignaud2005-10-051-3/+16
| | | | | | (complete_usb_storage_info) use sane way for handling multiple USB disks of the same vendor (aka compare hosts)
* drop sr_mod workarounds, it's now handled by udev coldplugOlivier Blin2005-09-191-2/+0
|
* ensure titi has the good tab-widthPascal Rigaux2005-09-191-0/+5
|
* add sr_mod in modprobe.preload if needed (#18641)Olivier Blin2005-09-171-0/+2
|
* (complete_usb_storage_info) using a local value is just sanerThierry Vignaud2005-09-161-2/+1
|
* (complete_usb_storage_info) delete {found} field once usedThierry Vignaud2005-09-161-0/+1
|
* (complete_usb_storage_info) fix getting data when multiple USB disksThierry Vignaud2005-09-161-1/+2
| | | | | | | | | | | of the same vendor are plugged right thing would be to compare {host} but usb_probde() cannot return SCSI host, thus descriptions might be switched if the manufacturer altered them on latest discs rationale: