diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 20:43:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 20:43:03 +0000 |
commit | fa435bb2ece357ae63f139783d4851768c9ce36c (patch) | |
tree | fb7d88f9413c39350130760e7c4964009b8bea8a /kernel/list_modules.pm | |
parent | 5884ed2f49cc1050803aeb76021c2e5af6c8f15a (diff) | |
download | drakx-fa435bb2ece357ae63f139783d4851768c9ce36c.tar drakx-fa435bb2ece357ae63f139783d4851768c9ce36c.tar.gz drakx-fa435bb2ece357ae63f139783d4851768c9ce36c.tar.bz2 drakx-fa435bb2ece357ae63f139783d4851768c9ce36c.tar.xz drakx-fa435bb2ece357ae63f139783d4851768c9ce36c.zip |
add cx88-blackbird and cx8800 drivers to multimedia/tv
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 9134ab08c..249e40301 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -174,7 +174,7 @@ our %l = ( qw(snd-ymfpci sonicvibes sscape trident via82cxxx_audio wavefront ymfpci), ), ], - tv => [ qw(bt878 bttv cx8800 dpc7146 ivtv saa7134 zr36067) ], + tv => [ qw(bt878 bttv cx8800 cx88-blackbird dpc7146 ivtv saa7134 zr36067) ], dvb => [ qw(budget budget-av budget-ci dvb-ttpci hexium_orion hexium_gemini skystar2) ], photo => [ qw(dc2xx mdc800) ], radio => [ qw(radio-gemtek-pci radio-maxiradio) ], |