diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-10 11:35:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-10 11:35:31 +0000 |
commit | 3c6be3d1a01062afc02d37d9a79afb7aa3363ec5 (patch) | |
tree | 8c42add7a88f91610d2bb2ff62468250f28eec2a | |
parent | a1834a1a5aae4f5964fab0b314aac92952c70c06 (diff) | |
download | drakx-3c6be3d1a01062afc02d37d9a79afb7aa3363ec5.tar drakx-3c6be3d1a01062afc02d37d9a79afb7aa3363ec5.tar.gz drakx-3c6be3d1a01062afc02d37d9a79afb7aa3363ec5.tar.bz2 drakx-3c6be3d1a01062afc02d37d9a79afb7aa3363ec5.tar.xz drakx-3c6be3d1a01062afc02d37d9a79afb7aa3363ec5.zip |
add ivtv driver
-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 f0af62169..c1bcd8d61 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -161,7 +161,7 @@ our %l = ( qw(snd-ymfpci sonicvibes sscape trident via82cxxx_audio wavefront ymfpci), ), ], - tv => [ qw(bt878 bttv cpia_usb cyber2000fb ibmcam mod_quickcam ov511 ov518_decomp pwc saa7134 ultracam usbvideo usbvision) ], + tv => [ qw(bt878 bttv cpia_usb cyber2000fb ibmcam ivtv mod_quickcam ov511 ov518_decomp pwc saa7134 ultracam usbvideo usbvision) ], dvb => [ qw(budget budget-av budget-ci dvb-ttpci hexium_orion hexium_gemini skystar2) ], photo => [ qw(dc2xx mdc800) ], radio => [ qw(radio-maxiradio) ], |