diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-09 15:16:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-09 15:16:33 +0000 |
commit | ec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f (patch) | |
tree | 390ca75f04b5b7b7612d5b22ed0db04fc07922c2 /perl-install | |
parent | d45d33292feb6f9eec2bb2877d7600f2a721b727 (diff) | |
download | drakx-ec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f.tar drakx-ec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f.tar.gz drakx-ec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f.tar.bz2 drakx-ec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f.tar.xz drakx-ec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f.zip |
update
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/TODO | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO index 8d9ceb062..a6b86ff37 100644 --- a/perl-install/harddrake/TODO +++ b/perl-install/harddrake/TODO @@ -5,23 +5,16 @@ *** non needed stuff to run X must be posponed after X11 startup **** eg: scanner/audio/printer/floppy/cdrom/tape/tv/webcam/joystick/ ... *** enable the user to force a module (isa, isapnp, ...) -*** timeout on dialogs in service *** pci freeze (fseek ?) [should be fixed] *** 2detect/look 4 -**** pcmcia devices **** isapnp devices *** print "NOT LOADED" if module isn't loaded -** drakesoun +** draksound *** add a dialog so that the user choose its wavetable. -*** package'n patch alsaconf to prevent "alias sound-slot-0 snd-card-0" *** list all availlables drivers, defaulting to first alternative, prepending old one with '*' *** add 'ALSA/OSS': tag to modules list -** validation: -*** qa team (test cases) - - * Postponed ** more use of my_gtk/ugtk ** use fbgtk+2 when booting on fbcon for smoother GUI => interactive::fbgtk @@ -41,15 +34,6 @@ * #################################################################### * #################################################################### - -sub disconnect($$) { - my ($button, $sig) = @_; - if ($sig) { - $button->signal_disconnect($sig); - undef $sig; - } -} - * / no hope / useless : ** enable a string to be passed as detector; in that case, do ourself the =~ ** alter detect_devices in order to only probe one time |