Steffen Barszus <[EMAIL PROTECTED]> writes:

> > It shows up in hard drake under "Other MultiMedia devices" as a
> > SAA7146

moving dvd device in another category is just cosmetics:
Index: harddrake/data.pm
===================================================================
RCS file: /cooker/gi/perl-install/harddrake/data.pm,v
retrieving revision 1.79
diff -u -p -r1.79 data.pm
--- harddrake/data.pm	26 Aug 2003 11:44:06 -0000	1.79
+++ harddrake/data.pm	1 Sep 2003 15:20:03 -0000
@@ -51,7 +51,8 @@ our @tree =
      [ "TAPE", , N("Tape"), "tape.png", "", \&detect_devices::tapes, 0 ],
      [ "VIDEO", , N("Videocard"), "video.png", "$sbindir/XFdrake",  sub { grep { $_->{driver} =~ /^(Card|Server):/ || $_->{media_type} =~ /DISPLAY_VGA/ } @devices }, 1 ],
      [ "TV", , N("Tvcard"), "tv.png", "/usr/bin/XawTV", sub { grep { $_->{media_type} =~ /MULTIMEDIA_VIDEO/ && $_->{bus} eq 'PCI' || $_->{driver} eq 'usbvision' } @devices }, 0 ],     
-     [ "MULTIMEDIA_OTHER", , N("Other MultiMedia devices"), "multimedia.png", "", sub { grep { $_->{media_type} =~ /MULTIMEDIA_OTHER/ } @devices }, 0 ],
+     [ "DVB", , N("Dvb"), "tv.png", "", sub { grep { $_->{driver} =~ /dvb/ } @devices }, 0 ],
+     [ "MULTIMEDIA_OTHER", , N("Other MultiMedia devices"), "multimedia.png", "", sub { grep { $_->{media_type} =~ /MULTIMEDIA_OTHER/ && $_->{driver} !~ /dvb/ } @devices }, 0 ],
      [ "AUDIO", , N("Soundcard"), "sound.png", "$sbindir/draksound", sub { grep { $_->{media_type} =~ /MULTIMEDIA_AUDIO/ } @devices }, 0 ],
      [ "WEBCAM", , N("Webcam"), "webcam.png", "", sub { grep { $_->{media_type} =~ /MULTIMEDIA_VIDEO/ && $_->{bus} ne 'PCI' || $_->{driver} eq 'mod_quickcam' } @devices }, 0 ],
      [ "CPU", , N("Processors"), "cpu.png", "", sub { detect_devices::getCPUs() }, 0 ],
drawback: it add a new string to translate

but it's not what you really want since you want configuration.

> I would say because it is just not implemented yet ? Pixel, Thierry ??? 
> If it is implemented you would have an entry of several lines in 
> /etc/modules.conf. Till now as far as i have seen from changelog list 
> only devsd has the needed entries. 
>
> Search the mailinglist for the modules.conf entries i proposed

pixel, any reason not to implement this ?

Reply via email to