Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | better comment for raidAutoStartIoctl | Pascal Rigaux | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | (getCPUs) enumerate cpus from 1 instead of 0 (part of #4704) | Thierry Vignaud | 2003-11-08 | 1 | -0/+1 |
| | |||||
* | (getUPS) return port/description couples | Thierry Vignaud | 2003-11-07 | 1 | -1/+20 |
| | |||||
* | detect all up||down interfaces w/o any hardcoded limits: | Thierry Vignaud | 2003-11-05 | 1 | -1/+6 |
| | | | | | | | | | | - rollback to old active poll on existing interfaces rather than relying on kernel interfaces list (since it does not list unconfigured interfaces) - get the network interfaces list from /proc/net/dev (reusing the same logic as from "ifconfig -a") | ||||
* | ask the kernel the list of network devices instead of manually probing | Thierry Vignaud | 2003-11-03 | 1 | -2/+1 |
| | | | | | everything (this enable to handle more than 4 ethernet cards) | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | (getUPS) detect usb UPS (serial_probe not seeing them for now) | Thierry Vignaud | 2003-10-29 | 1 | -0/+4 |
| | |||||
* | "Processor #129 invalid" doesn't mean 129 processors are available | Pascal Rigaux | 2003-09-30 | 1 | -1/+1 |
| |