summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix identifying Intel as a disk vendorThierry Vignaud2014-12-071-0/+1
| | | | report 'Intel' instead of 'ATA' for Intel SSDs
* drop support for dmidecode < 2.7Thierry Vignaud2014-12-071-11/+5
| | | | (which we have since January 2006, mdv2007.0...)
* make sure udev had time to create device nodesThierry.Vignaud2014-06-191-1/+4
|
* do not bother creating /dev/fd[01]Thierry.Vignaud2014-06-191-1/+1
| | | | now done by udev
* remove support for ataraidThierry.Vignaud2014-06-181-11/+1
| | | | | | was killed in kernel on 2002-08-16, obsolete since kernel-2.6... See https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=12105c896098faf822e882f3495fee485c2ebaa5
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* convert a cople comments to PODThierry.Vignaud2014-05-271-1/+6
|
* typo fixesThierry.Vignaud2014-05-271-6/+6
|
* improve styleThierry.Vignaud2014-05-271-16/+16
|
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-18/+2
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* promote titlesThierry.Vignaud2014-05-261-6/+6
|
* fix detecting some UPS devices (mga#13424)Thierry Vignaud2014-05-241-1/+1
|
* partially podify some modulesThierry Vignaud2014-05-201-3/+365
|
* probe_type parameter was killed 11 years ago...Thierry Vignaud2014-05-201-1/+0
| | | | in commit f2c9aaef837eceaebbc643f77492fce69fb32f3f
* do not fill logs with "Cannot open /dev/input/eventX" (mga#8232)Thierry Vignaud2013-12-271-2/+7
| | | | | issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011
* do not crash if /dev/input/eventX doesn't exist (mga#10296)Thierry Vignaud2013-12-271-1/+1
| | | | | | | | do not attempt to create /dev/* if not root like previous commit, issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011
* detect eMMc block devices (Luc Menut, mga#11812)Thierry Vignaud2013-12-031-1/+9
|
* detect_devices: check for phy80211 sysfs directory as well to detect ↵Olivier Blin2013-05-091-1/+3
| | | | wireless devices
* fix displayed PCI/USB ids (spot in mga#9674)Thierry Vignaud2013-04-091-2/+0
|
* adapt to xen-4.2Thierry Vignaud2013-03-301-1/+1
|
* fix detecting Xen hard disks (mga#9546)Thierry Vignaud2013-03-301-1/+1
| | | | | issue "introduced" in commit r4655 on May 23 2012: "add support for XenBlk discs(...) needs testing"
* kill everything regarding legacy ide-scsi (removed on january 2009, in 2.6.29)Thierry Vignaud2013-03-051-1/+0
|
* use a proper interface between C (ldetect) & perl world, using XSThierry Vignaud2013-01-141-16/+12
| | | | | | | | create directly the hash in XS instead of instead of sprintf()ing it into a string which was then parsed in perl in order to actually create the hash this also simplifies adding further fields
* perl_checker cleanupThierry Vignaud2012-12-111-2/+2
|
* - Add support to detect if we're running in Hyper-V vm and automaticallyArnaud Patard2012-12-071-0/+6
| | | | | load storage driver when probing disks in this case.
* (main,hasCPUMicrocode) load 'microcode' asynchronouslyThierry Vignaud2012-10-051-1/+0
| | | | thus preventing big wait when not supported (mga#7671)
* adapt to usbfs death (4/4): note that usbKeyboard2country_code() isThierry Vignaud2012-08-301-0/+1
| | | | | | broken with kernel-3.5+ we need to find sg else in order to retrieve that info
* adapt to usbfs death (1/4): check for /sys/kernel/debug/usb instead ofThierry Vignaud2012-08-301-1/+1
| | | | /proc/bus/usb
* (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵Thierry Vignaud2012-05-231-1/+9
| | | | | | support for XenBlk discs needs testing
* silent perl_checkerThierry Vignaud2012-03-231-1/+1
|
* (getSerialModem) revert complexifyThierry Vignaud2012-03-191-8/+2
|
* (floppies) simplifyThierry Vignaud2012-03-191-3/+3
|
* (is_i586) simplify ; on less I/O on non x86 machinesThierry Vignaud2012-03-191-3/+1
|
* (dmidecode) fix crashing on parsing garbaged DMI info (mga#4329)Thierry Vignaud2012-01-311-0/+1
|
* (getISDN) kill it (is commented out since 10.5 years...)Thierry Vignaud2012-01-251-4/+0
|
* (dmi_probe) use state keywordThierry Vignaud2012-01-251-1/+1
|
* (dmi_probe) simplify after r690Thierry Vignaud2012-01-251-3/+1
| | | | | (was: "try to parse DMI informations only on x86 to avoid reading/writing some random memory location on arm/mips")
* kill dead comments & code (support for kernel-2.[24].x, devfs is dead since ↵Thierry Vignaud2011-12-191-4/+2
| | | | 2.5.x kernels, ...)
* revert incorrect change in is_netbook_nettop(), the regexp was ok, fix ↵Olivier Blin2011-12-071-2/+2
| | | | perl_checker instead
* (floppies) minor perl_checker cleanupThierry Vignaud2011-12-071-1/+1
|
* (is_netbook_nettop) fix typosThierry Vignaud2011-12-071-2/+2
| | | | | | | | detection was probably broken since introducing that function in "allow detection of low resources systems (extracted from compssUsers.pl) and netbooks/nettops" by blino on Oct 2 2008 (found by perl_checker)
* (getSCSI) fix test, thus only overwritting model if foundThierry Vignaud2011-12-071-1/+1
| | | | broken since "(_get_hd_vendor) factorize code (needed for next commit)" on 2010-01-18
* (default_packages) merge cpufreq detection logic intoThierry Vignaud2011-09-071-1/+6
| | | | | | detect_devices::hasCPUFreq(), which is cleaner and enable us to install cpufreq on more cases
* (matching_types) do not abuse TYPE for cpufreq & microcodeThierry Vignaud2011-09-071-2/+0
|
* (hasCPUFreq) fix cpufreq detection corrupting other typesThierry Vignaud2011-09-071-1/+1
|
* (hasCPUMicrocode) add support to detect if CPU microcode is upgradableThierry Vignaud2011-08-221-0/+10
|
* (is_arm_openrd_client, is_arm_versatile, is_arm_efikamix) perl_checkerThierry Vignaud2011-08-221-3/+3
| | | | | cleanups in previous ARM commits
* (hasCPUFreq) detect machines needing cpufreqThierry Vignaud2011-08-011-0/+2
|
* (getInputDevices,hasNumpad) detect (at least some (eg: Compaq USB numpad) ↵Thierry Vignaud2011-08-011-0/+12
| | | | (#1099)
* - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-041-1/+1
|