summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* update ppc kernel modules detection & loadingPascal Rigaux2004-11-161-0/+2
|
* cleanup get_mac_generation()Pascal Rigaux2004-11-161-11/+1
|
* (isLaptop) fix it on non PPC archesThierry Vignaud2004-11-101-1/+1
|
* (getSagem) do not probe for old adiusbadsl driver (which is deprecatedThierry Vignaud2004-11-091-1/+1
| | | | | by eagle-usb for more than one year)
* perl_checker cleanupsThierry Vignaud2004-11-021-3/+2
|
* (dmidecode) provide more fieldsThierry Vignaud2004-11-021-0/+1
|
* (computer_info) simplifyThierry Vignaud2004-11-021-3/+1
|
* (dmidecode) handle multiple devices with same nameThierry Vignaud2004-11-021-10/+15
| | | | | (computer_info) split it out of dmidecode()
* (getUPS) fix again MGE USB UPSesThierry Vignaud2004-10-271-2/+2
|
* (getUPS) fix detecting UPS devicesThierry Vignaud2004-10-061-1/+1
|
* (getUPS) add proper support for "American Power Conversion|Back-UPS"Thierry Vignaud2004-10-051-4/+4
|
* (getUPS) fix port for MGE's USB UPSesThierry Vignaud2004-10-051-1/+1
|
* (getUPS) fix driversThierry Vignaud2004-10-051-2/+3
|
* (getUPS) typo fixThierry Vignaud2004-10-051-1/+1
|
* (getUPS) detect "American Power Conversion" UPS tooThierry Vignaud2004-10-051-1/+3
|
* perl_checker cleanupThierry Vignaud2004-10-011-1/+1
|
* (getUPS) provide more data on UPS (arnaud quette)Thierry Vignaud2004-09-301-2/+17
|
* (getInputDevices) introduce it in order to list input devicesThierry Vignaud2004-09-301-0/+21
|
* C3 has "cpu family" == 6, so now also checking that cmov flag is available ↵Pascal Rigaux2004-09-161-1/+3
| | | | to say we have a i686
* (getBewan) use more permissive regexp for PCI modem, description inOlivier Blin2004-09-151-1/+1
| | | | | pcitable may change
* (getModem) use network/slmodem categoryOlivier Blin2004-09-141-1/+1
|
* get the scsi driver name in field {driver}Pascal Rigaux2004-09-141-0/+12
|
* add is_i586() based on "cpu family", hopefully it works for detecting K6 and C3Pascal Rigaux2004-09-091-0/+4
|
* added slamr, slusb and ltmodem modules for getModemFrederic Lepied2004-09-081-1/+1
|
* BIOS release date can have date DD/MM/YY (or maybe it is MM/DD/YY), only ↵Pascal Rigaux2004-09-061-1/+3
| | | | YYYY was handled
* (getNet) fix detection in 2.4 kernel for net devices with high trafficOlivier Blin2004-09-061-1/+1
|
* (getModem) handle new winmodem low level driver for VIA in ALSAThierry Vignaud2004-09-031-1/+1
|
* (getBewan) reuse ematching_desc__regexp()Thierry Vignaud2004-09-011-2/+1
|
* please perl_checkerFrederic Lepied2004-08-311-1/+1
|
* simplify UPS detection and report the needed info for harddrakeFrederic Lepied2004-08-311-22/+2
|
* (matching_driver) introduce it in order to factorize some testsThierry Vignaud2004-08-271-2/+8
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-7/+7
|
* (getModem) report modems supported by ALSA tooThierry Vignaud2004-08-271-1/+2
|
* (usbMice, usbWacom) wacom devices can have 'wacom' as driverOlivier Blin2004-08-241-2/+2
|
* add matching_type() to introduce the TYPE keyword in rpmsrateOlivier Blin2004-08-201-0/+5
| | | | | (supports only laptop type for now)
* (firewire_probe) use sysfs to detect firewire devices (eth1394 should be ↵Olivier Blin2004-08-201-1/+16
| | | | detected now)
* fix nasty typoOlivier Blin2004-08-201-1/+1
|
* perl_checker compliancePascal Rigaux2004-08-181-1/+1
|
* use dmidecode to detect isLaptop()Pascal Rigaux2004-08-181-1/+26
|
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-43/+0
| | | | | | | | | - create mdadm.conf instead of raidtab - internal {raids} is no more indexed by X for mdX, and so don't have holes anymore - internal {chunk-size} is now a number in KiB - internal {raid} is the raid device name, not the number - various cleanup for raid detection
* only load floppy module explictly during install (otherwise it causes ugly ↵Pascal Rigaux2004-08-081-1/+1
| | | | messages in bootloader-config)
* isLaptop() special code for ppcPascal Rigaux2004-08-051-5/+8
|
* fix getSCSI_26() not sorting the drivesPascal Rigaux2004-07-281-0/+2
|
* fix getCompaqSmartArray() on 2.6 (since /proc/driver/cciss/cciss0 doesn't ↵Pascal Rigaux2004-07-261-6/+14
| | | | talk about c0dX anymore)
* - isRemovableDrive() removed, partially replaced with may_be_a_hd()Pascal Rigaux2004-07-221-6/+7
| | | | | | | - the main difference is that isRemovableDrive() checked isRemovableUsb() whereas may_be_a_hd() allows more usb removable drives (esp. memory cards and some usb keys declared as memory cards (0x0c76 0x0005))
* simplifyPascal Rigaux2004-07-221-3/+3
|
* - re-indentPascal Rigaux2004-07-221-3/+6
| | | | | - use begins_with()
* more cleanupPascal Rigaux2004-07-221-3/+2
|
* cleanupPascal Rigaux2004-07-221-2/+2
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-5/+6
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes