Christian Bricart <[EMAIL PROTECTED]> writes:
> Installation (or harddrake) detects e.g. a "WinTV"-Card and automagically
> adds xawtv to the packet selection. When some KDE stuff is in the config
> it adds kwintv, too....
it's already done, at least partially.
from DrakX:
push @l, 'xawtv', 'kwintv' if grep { $_->{driver} eq 'bttv' }
detect_devices::probeall();
it will be nicer in next version though...
