Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - harddrake::data : consolidate common code in custom_id() | Thierry Vignaud | 2002-09-06 | 1 | -0/+5 |
| | | | | | | | - do some detection in dm stage - fix bad test - display better name | ||||
* | - don't list usb mouses as unknown hw | Thierry Vignaud | 2002-09-06 | 1 | -2/+5 |
| | | | | | | | - fix mouse detection (mouse::detect() needed modules::mergein_conf('/etc/modules.conf') first - don't skip mouse in --test mode | ||||
* | use new ln icons | Thierry Vignaud | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | move STORAGE_OTHER devices in ata controllers (aka pseudo raid controllers | Thierry Vignaud | 2002-08-29 | 1 | -2/+2 |
| | | | | | ala pdc) | ||||
* | - use draksound wizard | Thierry Vignaud | 2002-08-20 | 1 | -29/+29 |
| | | | | | | - boot: only check for removed/added disks, video card, ethernet devices and mouse | ||||
* | don't put dvd burners in both dvd and burners classes but only in | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 |
| | | | | | burners | ||||
* | make perl_checker happier :-) | Thierry Vignaud | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | - dont detect undef devices | Thierry Vignaud | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | detect modem too | Thierry Vignaud | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | - rename scanner::findScannerUsbport as scanner::detect | Thierry Vignaud | 2002-08-06 | 1 | -1/+1 |
| | | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too | ||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -3/+6 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -12/+12 |
| | |||||
* | - bump harddrake version | Thierry Vignaud | 2002-07-31 | 1 | -1/+1 |
| | | | | | - module configuration is saved (todo: read the config) | ||||
* | - bump version number | Thierry Vignaud | 2002-07-31 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | - fix pcmcia network card detection (no more unknown) - fix scsi detection : o fix SCSI controllers detection (no more unknown) o fix misdetection of scsi devices as scsi host adapter o fix double scsi devices detection (both unknown and real category) - update TODO list | ||||
* | only do one probeall here (there's still many in detect_devices, | Thierry Vignaud | 2002-07-25 | 1 | -3/+3 |
| | | | | | probing caching should go there) | ||||
* | don't account scanners as unknown devices | Thierry Vignaud | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | s/drakconnet/drakconnect | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | s/draknet/drakconnect/ | Thierry Vignaud | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | - bump version number | Thierry Vignaud | 2002-07-18 | 1 | -4/+8 |
| | | | | | | - move scsi & ata controllers, tv-audio, dvd, burners, ... in their own "non configurable" sections | ||||
* | move USB and SMBus controllers from unknown section to their own non | Thierry Vignaud | 2002-07-15 | 1 | -4/+5 |
| | | | | | configurable section too | ||||
* | put ide controller in their own non configurable subtree to prevent users to ↵ | Thierry Vignaud | 2002-07-15 | 1 | -3/+3 |
| | | | | misunderstand why they're unknown/others | ||||
* | cache @devices so that hw probe is only done once | Thierry Vignaud | 2002-07-08 | 1 | -7/+7 |
| | |||||
* | various cleanups: | Thierry Vignaud | 2002-07-08 | 1 | -2/+2 |
| | | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm | ||||
* | add a configurator for sound | Thierry Vignaud | 2002-07-06 | 1 | -2/+2 |
| | |||||
* | remove uneeded "#!/.." and "use lib" | Thierry Vignaud | 2002-07-05 | 1 | -4/+0 |
| | |||||
* | get rid of 'use vars' | Thierry Vignaud | 2002-07-04 | 1 | -3/+1 |
| | |||||
* | remove wait_message hack for printerdraker, better use class_discard | Thierry Vignaud | 2002-07-04 | 1 | -3/+2 |
| | |||||
* | harddrake2: "the return of the vengeance son" | Thierry Vignaud | 2002-07-04 | 1 | -0/+77 |
- harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied |