Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix getSCSI_26() not sorting the drives | Pascal Rigaux | 2004-07-28 | 1 | -0/+2 |
| | |||||
* | fix getCompaqSmartArray() on 2.6 (since /proc/driver/cciss/cciss0 doesn't ↵ | Pascal Rigaux | 2004-07-26 | 1 | -6/+14 |
| | | | | talk about c0dX anymore) | ||||
* | - isRemovableDrive() removed, partially replaced with may_be_a_hd() | Pascal Rigaux | 2004-07-22 | 1 | -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)) | ||||
* | simplify | Pascal Rigaux | 2004-07-22 | 1 | -3/+3 |
| | |||||
* | - re-indent | Pascal Rigaux | 2004-07-22 | 1 | -3/+6 |
| | | | | | - use begins_with() | ||||
* | more cleanup | Pascal Rigaux | 2004-07-22 | 1 | -3/+2 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-07-22 | 1 | -2/+2 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -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 Rigaux | 2004-07-08 | 1 | -1/+1 |
| | | | | | - create set_sound_slot() and use it | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | - hde is ide/host1/bus0/target0/lun0, and not ide/host0/bus2/target0/lun0 | Pascal Rigaux | 2004-06-10 | 1 | -3/+5 |
| | | | | | - add host in hd struct for bus ide | ||||
* | (getNet) handle interface w/o ip addresses | Thierry Vignaud | 2004-06-01 | 1 | -1/+20 |
| | |||||
* | (getNet) ignore loopback device | Thierry Vignaud | 2004-05-27 | 1 | -1/+1 |
| | |||||
* | (getNet) reuse c::get_netdevices() | Thierry Vignaud | 2004-05-26 | 1 | -8/+1 |
| | |||||
* | (getNet) support br (bridging) and tr (UML) interfaces (florin) | Thierry Vignaud | 2004-05-26 | 1 | -1/+1 |
| | |||||
* | rewrite a little probeSerialDevices(), the beginning is still very strange | Pascal Rigaux | 2004-05-11 | 1 | -4/+10 |
| | |||||
* | - new getSCSI_26() not using /proc/scsi/scsi | Pascal Rigaux | 2004-04-30 | 1 | -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 fix | Thierry Vignaud | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | fix tv cards managed by cx88 and saa7134 (#9112) | Thierry Vignaud | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | adapt to devfs (?) naming which breaks compatibility (bugzilla #9029) | Pascal Rigaux | 2004-03-19 | 1 | -2/+3 |
| | |||||
* | (getBewan) fix bewan modem detection | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | fix warning | Pascal Rigaux | 2004-03-05 | 1 | -1/+1 |
| | |||||
* | fix get_usb_storage_info() on kernel 2.6 | Pascal Rigaux | 2004-03-03 | 1 | -2/+27 |
| | |||||
* | (getBewan) fix detection | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | (getBewan) introduce it in order to detect Bewan ADSL modems (both PCI | Thierry Vignaud | 2004-02-20 | 1 | -0/+5 |
| | | | | | and USB ones) | ||||
* | (getSagem) lookup sagem8xx modems by module rather than relying on strings | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | | | | | manually added to ldetect-lst | ||||
* | no need to fake scsi for ide anymore (hopefully!) | Pascal Rigaux | 2004-02-10 | 1 | -43/+1 |
| | |||||
* | (getNet) detect athX interfaces too (maybe should we inverse this func | Thierry Vignaud | 2004-02-09 | 1 | -1/+1 |
| | | | | | logic and blacklist ppp and the like interfaces ...) | ||||
* | some eide Lite-on drivers are reported with different casse | Thierry Vignaud | 2004-02-09 | 1 | -0/+1 |
| | |||||
* | - no ide-scsi emulation for ide ZIPs | Pascal Rigaux | 2004-02-02 | 1 | -2/+4 |
| | | | | | - no ide-scsi emulation for cd burners when kernel 2.6 | ||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-22 | 1 | -3/+3 |
| | |||||
* | do not mix before and after firmware upload usb ids | Thierry Vignaud | 2004-01-22 | 1 | -13/+25 |
| | |||||
* | (getECI) introduce it in order to detect eci like usb modems | Thierry Vignaud | 2004-01-22 | 1 | -0/+20 |
| | |||||
* | (getSerialModem) fix device field | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | (getModem) simplify | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | (getSerialModem) | Thierry Vignaud | 2004-01-19 | 1 | -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 anyway | Thierry Vignaud | 2004-01-19 | 1 | -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 module | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | detect_devices::matching_driver -> matching_desc but matching driver names ↵ | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+5 |
| | | | | (kernel modules) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -3/+3 |
| | |||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | one can get "Mass Storage" not always "Mass Storage|..." | Pascal Rigaux | 2003-12-05 | 1 | -1/+1 |
| | |||||
* | add isKeyUsb() (removed from move.pm) | Pascal Rigaux | 2003-11-27 | 1 | -0/+1 |
| | |||||
* | export driver too | Thierry Vignaud | 2003-11-26 | 1 | -2/+3 |
| | |||||
* | don't fake ide-scsi for move (otherwise, we would need to do it in stage1 too) | Pascal Rigaux | 2003-11-25 | 1 | -1/+1 |
| | |||||
* | for move, make it use ide-scsi *now*, not after reboot | Pascal Rigaux | 2003-11-25 | 1 | -0/+5 |
| | |||||
* | (getNet) handle zaurus connected through USB cables resulting in | Thierry Vignaud | 2003-11-23 | 1 | -1/+1 |
| | | | | | usbnet driver creating usbX interfaces | ||||
* | (getUPS) detect serial MGE too | Thierry Vignaud | 2003-11-21 | 1 | -2/+3 |
| | |||||
* | adapt to new usb_class2text() | Pascal Rigaux | 2003-11-20 | 1 | -0/+1 |
| | |||||
* | fix regexp for new ldetect usb class | Pascal Rigaux | 2003-11-20 | 1 | -1/+1 |
| |