diff options
-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 |