summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Expand)AuthorAgeFilesLines
* (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 YYYY...Pascal Rigaux2004-09-061-1/+3
* (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
* (firewire_probe) use sysfs to detect firewire devices (eth1394 should be dete...Olivier Blin2004-08-201-1/+16
* 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
* only load floppy module explictly during install (otherwise it causes ugly me...Pascal Rigaux2004-08-081-1/+1
* 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 tal...Pascal Rigaux2004-07-261-6/+14
* - isRemovableDrive() removed, partially replaced with may_be_a_hd()Pascal Rigaux2004-07-221-6/+7
* simplifyPascal Rigaux2004-07-221-3/+3
* - re-indentPascal Rigaux2004-07-221-3/+6
* 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 $modules...Pascal Rigaux2004-07-211-5/+6
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-1/+1
* perl_checker compliancePascal Rigaux2004-06-101-1/+1
* - hde is ide/host1/bus0/target0/lun0, and not ide/host0/bus2/target0/lun0Pascal Rigaux2004-06-101-3/+5
* (getNet) handle interface w/o ip addressesThierry Vignaud2004-06-011-1/+20
* (getNet) ignore loopback deviceThierry Vignaud2004-05-271-1/+1
* (getNet) reuse c::get_netdevices()Thierry Vignaud2004-05-261-8/+1
* (getNet) support br (bridging) and tr (UML) interfaces (florin)Thierry Vignaud2004-05-261-1/+1
* rewrite a little probeSerialDevices(), the beginning is still very strangePascal Rigaux2004-05-111-4/+10
* - new getSCSI_26() not using /proc/scsi/scsiPascal Rigaux2004-04-301-31/+73
* (isTVcard) typo fixThierry Vignaud2004-03-221-1/+1
* fix tv cards managed by cx88 and saa7134 (#9112)Thierry Vignaud2004-03-221-1/+1
* adapt to devfs (?) naming which breaks compatibility (bugzilla #9029)Pascal Rigaux2004-03-191-2/+3
* (getBewan) fix bewan modem detectionThierry Vignaud2004-03-081-1/+1
* fix warningPascal Rigaux2004-03-051-1/+1
* fix get_usb_storage_info() on kernel 2.6Pascal Rigaux2004-03-031-2/+27
* (getBewan) fix detectionThierry Vignaud2004-03-011-1/+1
* (getBewan) introduce it in order to detect Bewan ADSL modems (both PCIThierry Vignaud2004-02-201-0/+5
* (getSagem) lookup sagem8xx modems by module rather than relying on stringsThierry Vignaud2004-02-201-1/+1
* no need to fake scsi for ide anymore (hopefully!)Pascal Rigaux2004-02-101-43/+1
* (getNet) detect athX interfaces too (maybe should we inverse this funcThierry Vignaud2004-02-091-1/+1