summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-1/+1
| | | | | - create set_sound_slot() and use it
* 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
| | | | | - add host in hd struct for bus ide
* (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
| | | | | | | | | (since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use)
* (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
| | | | | and USB ones)
* (getSagem) lookup sagem8xx modems by module rather than relying on stringsThierry Vignaud2004-02-201-1/+1
| | | | | manually added to ldetect-lst
* 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
| | | | | logic and blacklist ppp and the like interfaces ...)
* some eide Lite-on drivers are reported with different casseThierry Vignaud2004-02-091-0/+1
|
* - no ide-scsi emulation for ide ZIPsPascal Rigaux2004-02-021-2/+4
| | | | | - no ide-scsi emulation for cd burners when kernel 2.6
* perl_checker cleanupsThierry Vignaud2004-01-221-3/+3
|
* do not mix before and after firmware upload usb idsThierry Vignaud2004-01-221-13/+25
|
* (getECI) introduce it in order to detect eci like usb modemsThierry Vignaud2004-01-221-0/+20
|
* (getSerialModem) fix device fieldThierry Vignaud2004-01-191-2/+1
|
* (getModem) simplifyThierry Vignaud2004-01-191-2/+1
|
* (getSerialModem)Thierry Vignaud2004-01-191-10/+16
| | | | | | | - drop useless first arg - return all detected serial modems, not only first - return all data we collected on serial modems
* (getSerialModem) do not even bother check for /dev/modem since anywayThierry Vignaud2004-01-191-1/+1
| | | | | | | probeSerialDevices() set a bijection between modems and /dev/ttySx devices (not /dev/modem) thus making hasModem() test useless for /dev/modem
* (getUPS) use HIDIOCAPPLICATION ioctl definition from c moduleThierry Vignaud2004-01-191-2/+1
|
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+5
| | | | (kernel modules)
* perl_checker compliancePascal Rigaux2004-01-061-3/+3
|
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+1
|
* one can get "Mass Storage" not always "Mass Storage|..."Pascal Rigaux2003-12-051-1/+1
|
* add isKeyUsb() (removed from move.pm)Pascal Rigaux2003-11-271-0/+1
|
* export driver tooThierry Vignaud2003-11-261-2/+3
|
* don't fake ide-scsi for move (otherwise, we would need to do it in stage1 too)Pascal Rigaux2003-11-251-1/+1
|
* for move, make it use ide-scsi *now*, not after rebootPascal Rigaux2003-11-251-0/+5
|
* (getNet) handle zaurus connected through USB cables resulting inThierry Vignaud2003-11-231-1/+1
| | | | | usbnet driver creating usbX interfaces