diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-09 20:05:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-09 20:05:15 +0000 |
commit | 3f3ff404e661db86a643c7ceae2fa83c68f0700e (patch) | |
tree | 4433aab178c5958378df6fac85f22211f9817cfe /kernel/list_modules.pm | |
parent | 09704c1cf0fd73c8af4e0f97dee7255c8a395e7e (diff) | |
download | drakx-3f3ff404e661db86a643c7ceae2fa83c68f0700e.tar drakx-3f3ff404e661db86a643c7ceae2fa83c68f0700e.tar.gz drakx-3f3ff404e661db86a643c7ceae2fa83c68f0700e.tar.bz2 drakx-3f3ff404e661db86a643c7ceae2fa83c68f0700e.tar.xz drakx-3f3ff404e661db86a643c7ceae2fa83c68f0700e.zip |
workaround broken snd-usb-audio
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 525fb85fa..8bcb93378 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -129,7 +129,7 @@ our %l = ( qw(snd-ens1370 snd-ens1371 snd-es18xx snd-es968 snd-es1938 snd-es1968 snd-es1688), qw(snd-fm801 snd-hdsp snd-ice1712 snd-ice1724 snd-intel8x0 snd-korg1212 snd-maestro3), qw(snd-nm256 snd-rme96 snd-rme32 snd-opl3sa2 snd-sb16 snd-sgalaxy snd-sonicvibes), - qw(snd-trident snd-usb-audio snd-via82xx snd-wavefront snd-ymfpci), + qw(snd-trident audio snd-via82xx snd-wavefront snd-ymfpci), ), ], tv => [ qw(bttv cpia_usb ibmcam mod_quickcam ov511 ov518_decomp ultracam usbvideo cyber2000fb saa7134) ], |