Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - enhance perl2fcalls (which now handle /xxx(...)/ as a regexp in more cases) | Pascal Rigaux | 2001-06-11 | 1 | -2/+2 |
| | | | | | | - remove the use of /xxx (...)/x by /xxx(...)/ as perl2fcalls is getting smart => make gc happy which is very important, what would we be without him? | ||||
* | include patch to autodetect raid arrays (still needs a kernel that ↵ | Guillaume Cottenceau | 2001-06-11 | 1 | -0/+18 |
| | | | | implements the ioctl..) | ||||
* | fixed fix for isBurner as it does not run on SCSI device. | Francois Pons | 2001-06-08 | 1 | -2/+7 |
| | |||||
* | fixed burner and dvd drive detection ;-) | Francois Pons | 2001-06-06 | 1 | -18/+8 |
| | | | | | | | | | c::isBurner seems to detect both IDE and SCSI drive and description does not necessary contains CDRW substring (for info). c::isDvdDrive is unable to detect SCSI drive (at least one tested) but DVD substring is quite nicely well represented, and there is few DVD drive available as SCSI (pionneer?) | ||||
* | nicer solution for detecting DVD drives (still need SCSI detection) | Pascal Rigaux | 2001-06-05 | 1 | -1/+10 |
| | |||||
* | added DVD support, only first try to detect a DVD drive and rpmsrate is not | Francois Pons | 2001-06-05 | 1 | -0/+2 |
| | | | | | updated. | ||||
* | fixed non update of usb printer device. | Francois Pons | 2001-04-24 | 1 | -0/+1 |
| | |||||
* | fix Hewlett-Packard to HP in case. | Francois Pons | 2001-04-12 | 1 | -0/+1 |
| | |||||
* | avoid need of shell for live upgrade on serial_probe (removed 2>/dev/null which | Francois Pons | 2001-04-11 | 1 | -1/+1 |
| | | | | | is not necessary). | ||||
* | fixed printer probe (usb and parallel). | Francois Pons | 2001-04-11 | 1 | -16/+12 |
| | |||||
* | fixed parport probe for printer under 2.4 kernel. | Francois Pons | 2001-04-04 | 1 | -2/+3 |
| | |||||
* | added missing LD_LOADER reference for /bin/dmesg (needed for live upgrade so | Francois Pons | 2001-04-04 | 1 | -1/+1 |
| | | | | | that error message are not printed) | ||||
* | added multiple tablet support (wacom), moved usb probe for mouse and tablet | Francois Pons | 2001-03-23 | 1 | -1/+2 |
| | | | | | at the beginning. | ||||
* | (isUSBFDUDrive, usbfdus): removed, doesn't scale | Pascal Rigaux | 2001-03-23 | 1 | -9/+13 |
| | | | | | | (isFloppyOrHD): floppy type is 'fd', not 'floppy' (stringlist): nicer (a la new lspcidrake) | ||||
* | added pci id reference. | Francois Pons | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | old code | Pascal Rigaux | 2001-03-21 | 1 | -1/+0 |
| | |||||
* | any.pm: enable module load PPC | Stew Benedict | 2001-03-20 | 1 | -8/+0 |
| | | | | | | detect_devices.pm: forgot to remove commented code after test netconnect.pm: load macserial module for PPC | ||||
* | bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed ↵ | Stew Benedict | 2001-03-15 | 1 | -8/+9 |
| | | | | temporary file read/write per Pixel | ||||
* | (burners): don't use cdroms() which return scdX for ide burners, and | Pascal Rigaux | 2001-03-13 | 1 | -1/+1 |
| | | | | | | isBurner don't use the same technique. so use get() and grep for type "cdrom" | ||||
* | fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for other | Francois Pons | 2001-03-12 | 1 | -2/+2 |
| | | | | | | | | | | combination but not tested. fixed locale usage and gtk environment interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). created LD_LOADER environment variable to keep track of right ELF loader to be used for the GLIBC used by the live update. added internal PATH to LD_LIBRARY_PATH as ELF loader only check this one and not PATH. | ||||
* | (get_mac_model): fix for perl2fcalls | Pascal Rigaux | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | routine to detect MacIntosh model code | Stew Benedict | 2001-03-09 | 1 | -0/+13 |
| | |||||
* | (floppies): load module "floppy" before probing | Pascal Rigaux | 2001-03-08 | 1 | -1/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | (isBurner): use syslog to detect scsi burners | Pascal Rigaux | 2001-03-08 | 1 | -1/+9 |
| | |||||
* | (stringlist): if no text description, display ids | Pascal Rigaux | 2001-03-06 | 1 | -1/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | (getCompaqSmartArray): adapt for cciss | Pascal Rigaux | 2001-03-02 | 1 | -9/+9 |
| | |||||
* | (pci_probe): fix to clean the log | Pascal Rigaux | 2001-02-24 | 1 | -1/+1 |
| | |||||
* | (hasPCMCIA): created (check for /proc/pcmcia) | Pascal Rigaux | 2001-02-07 | 1 | -0/+1 |
| | |||||
* | (get): cleanup, remove hasIDE hasSCSI... | Pascal Rigaux | 2001-02-02 | 1 | -22/+10 |
| | |||||
* | (getCompaqSmartArray): /proc/array/ida0 can contain more than one ida/c0d0p* | Pascal Rigaux | 2001-01-29 | 1 | -1/+0 |
| | |||||
* | use ldetect-lst for usb => now auto detects mice types :) | Pascal Rigaux | 2000-12-16 | 1 | -15/+7 |
| | |||||
* | use ldetect-lst | Pascal Rigaux | 2000-12-16 | 1 | -3/+13 |
| | |||||
* | pci_probing now done by libldetect | Pascal Rigaux | 2000-12-16 | 1 | -1/+12 |
| | | | | | config files moved in package ldetect-lst | ||||
* | removed foreach (<... which are eating memory | Francois Pons | 2000-11-14 | 1 | -12/+12 |
| | |||||
* | (floppies, probeall): add require "modules" as it should be | Pascal Rigaux | 2000-10-23 | 1 | -0/+2 |
| | |||||
* | (cdroms): fix the setting of scdX for ide burners | Pascal Rigaux | 2000-10-16 | 1 | -3/+4 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-10-06 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-10-04 | 1 | -13/+14 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-10-02 | 1 | -3/+1 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-09-29 | 1 | -1/+20 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-28 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-21 | 1 | -7/+1 |
| | |||||
* | really remove plip in standalone | Guillaume Cottenceau | 2000-09-21 | 1 | -2/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-21 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-20 | 1 | -3/+10 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-18 | 1 | -8/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-18 | 1 | -2/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-15 | 1 | -6/+2 |
| |