Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ↵ | Pascal Rigaux | 2002-07-22 | 1 | -0/+3 |
| | | | | probing is never done | ||||
* | help perl_checker | Pascal Rigaux | 2002-07-19 | 1 | -1/+1 |
| | |||||
* | handling devfs names for cdrom/hds on ide/scsi (needs testing) | Pascal Rigaux | 2002-07-19 | 1 | -7/+34 |
| | |||||
* | remove debugging info that slipped in | Pascal Rigaux | 2002-07-11 | 1 | -4/+1 |
| | |||||
* | cleanup usbMice | Pascal Rigaux | 2002-07-11 | 1 | -3/+6 |
| | |||||
* | cleanup | Pascal Rigaux | 2002-07-10 | 1 | -40/+34 |
| | |||||
* | enhance cohenrency: step 1 | Thierry Vignaud | 2002-07-10 | 1 | -9/+47 |
| | | | | | | | | | | | | | | - ide and scsi devices use channel rather than bus to store their physical connection, which is more logic (at least for eide) - all devices have their connection bus in bus field, not in bus for {pci,usb,...} and interface_type for {scsi,eide,other_block_devices} - detect_devices:getIDE() : add eide_hds hash in order to be able to split info field between model and vendor - harddrake::ui : code reduction allowed by the above changes | ||||
* | rewrite getSCSI, now handling scanners | Pascal Rigaux | 2002-07-09 | 1 | -26/+30 |
| | |||||
* | smarter raidAutoStartRaidtab | Pascal Rigaux | 2002-07-07 | 1 | -4/+7 |
| | |||||
* | great new raidAutoStartRaidtab allowing to handle existing software raids | Pascal Rigaux | 2002-07-07 | 1 | -8/+20 |
| | | | | | | even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel) | ||||
* | remove detect_devices::check (including the annoying log about no modules ↵ | Pascal Rigaux | 2002-07-07 | 1 | -7/+0 |
| | | | | for the pci entry) | ||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -11/+2 |
| | |||||
* | add tapes() for harddrake2 | Thierry Vignaud | 2002-07-04 | 1 | -0/+1 |
| | |||||
* | updated usbMice to take care of device declared as Mouse:USB in usbtable (was | Francois Pons | 2002-04-26 | 1 | -1/+2 |
| | | | | | not the case !) | ||||
* | Reverted parts of the last change, they broke in non-DevFS environments (e. ↵ | Till Kamppeter | 2002-03-11 | 1 | -69/+51 |
| | | | | g. during installation). | ||||
* | Made USB printer auto-detection more stable and reliable. | Till Kamppeter | 2002-03-10 | 1 | -46/+69 |
| | |||||
* | (zips__faking_ide_scsi): fix returned value in standalone | Pascal Rigaux | 2002-03-07 | 1 | -10/+9 |
| | | | | | (getSCSI): don't call isFloppyOrHD for ZIPs (lowers the number of kernel error when there is no floppy) | ||||
* | better jaz detection (thanks to Randy Welch) | Pascal Rigaux | 2002-03-02 | 1 | -1/+1 |
| | |||||
* | fix ide zip name when there are already some other SCSI drives | Pascal Rigaux | 2002-03-02 | 1 | -3/+4 |
| | |||||
* | ZIPs and Jazz's are not floppies | Pascal Rigaux | 2002-03-02 | 1 | -4/+4 |
| | |||||
* | add is_a_recent_computer() | Pascal Rigaux | 2002-03-01 | 1 | -0/+5 |
| | |||||
* | - zips() now return devices ending with "4", raw_zips() is the old zips() | Pascal Rigaux | 2002-02-26 | 1 | -3/+4 |
| | | | | | | - rdvd handling - add .conf for /etc/devfs/conf.d/ files | ||||
* | cleanup | Pascal Rigaux | 2002-02-26 | 1 | -2/+2 |
| | |||||
* | use ide-scsi for ide zips | Pascal Rigaux | 2002-02-25 | 1 | -37/+52 |
| | |||||
* | no need to catch the exception from devices::make anymore | Pascal Rigaux | 2002-02-23 | 1 | -2/+2 |
| | |||||
* | devices::make doesn't mknod with devfs | Pascal Rigaux | 2002-02-23 | 1 | -2/+2 |
| | |||||
* | - remove media_type cdrom-burner, use {capacity} instead | Pascal Rigaux | 2002-02-18 | 1 | -17/+46 |
| | | | | | - use /proc/sys/dev/cdrom/info to fill in the {capacity} | ||||
* | - handle WORM type in /proc/scsi/scsi | Pascal Rigaux | 2002-02-13 | 1 | -9/+13 |
| | | | | | | | - added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing | ||||
* | In the USB auto-detection checked whether and where the device node was | Till Kamppeter | 2002-02-12 | 1 | -2/+3 |
| | | | | | created. | ||||
* | Fixes on device auto-detection: | Till Kamppeter | 2002-02-12 | 1 | -0/+1 |
| | | | | | | | | | - Made USB printer auto-detection routine in "detect_devices.pm" creating the appropriate device nodes (needed for USB printers being recognized during installation). - Fixed "devices.pm" to be able to handle device files with numbers geater than 9 (ex: /dev/usb/lp10). | ||||
* | Replace "Hewlett-Packard" by "HP" when HP device is detected on a parallel port. | Till Kamppeter | 2002-02-04 | 1 | -1/+7 |
| | |||||
* | Made auto-detection working for HP DeskJet 840C on USB | Till Kamppeter | 2002-02-01 | 1 | -4/+15 |
| | | | | | General improvements for reliability of USB printer auto-detection | ||||
* | remove test code | Pascal Rigaux | 2002-01-28 | 1 | -1/+0 |
| | |||||
* | Fixed bug of empty menu entry appearing after adding a new printer. | Till Kamppeter | 2002-01-24 | 1 | -1/+1 |
| | | | | | Modified "Local Printer" dialog to be more newbie-friendly. | ||||
* | Replaced USB printer auto-detection by a more reliable method. | Till Kamppeter | 2002-01-19 | 1 | -10/+51 |
| | |||||
* | enable easy patch-adding of pcitable and usbtable entries | Pascal Rigaux | 2002-01-04 | 1 | -4/+31 |
| | |||||
* | pcmcia: /var/run/stab is nor /var/lib/pcmcia/stab | Guillaume Cottenceau | 2001-11-23 | 1 | -2/+2 |
| | | | | | | yes it probably doesn't bring anything valuable but it's how life is :-) | ||||
* | safer modprobe ide-floppy | Pascal Rigaux | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | ensure floppies() takes care of usb-storage if possible, so that patch on ↵ | Pascal Rigaux | 2001-10-09 | 1 | -1/+3 |
| | | | | usb floppy works | ||||
* | bloody ataraid detection | Pascal Rigaux | 2001-10-02 | 1 | -2/+11 |
| | |||||
* | avoid detecting plip for live upgrade. | Francois Pons | 2001-09-21 | 1 | -1/+1 |
| | |||||
* | added back full pci probe for stage2 command lspci. | Francois Pons | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | removed full pci probe for stringlist (used for generating report_bug). | Francois Pons | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | (pci_probe): log full pci probes | Pascal Rigaux | 2001-09-17 | 1 | -0/+1 |
| | |||||
* | moved modules::get_pcmcia_devices into detect_devices::pcmcia_probe. | Francois Pons | 2001-09-10 | 1 | -3/+17 |
| | |||||
* | fix ide-scsi appearing 2 times when standalone because both in /proc/ide | Pascal Rigaux | 2001-09-10 | 1 | -0/+1 |
| | | | | | and /proc/scsi/scsi | ||||
* | remove debug code | Pascal Rigaux | 2001-09-08 | 1 | -1/+1 |
| | |||||
* | (getCompaqSmartArray): add yet another location for cpqarray location | Pascal Rigaux | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | better floppy detection/info | Pascal Rigaux | 2001-08-29 | 1 | -1/+6 |
| | |||||
* | (raidAutoStart): fix for when kmod is there | Pascal Rigaux | 2001-08-20 | 1 | -0/+2 |
| |