diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 07:45:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 07:45:19 +0000 |
commit | e668e6611f13e435f4bbf7c4971c5f7c9bf945b3 (patch) | |
tree | 0526fa34f9bf2d8bcee7ca7c3e2a6125a4f970ac /kernel | |
parent | eaa1b74709af565820bf530ecb39538109086b21 (diff) | |
download | drakx-e668e6611f13e435f4bbf7c4971c5f7c9bf945b3.tar drakx-e668e6611f13e435f4bbf7c4971c5f7c9bf945b3.tar.gz drakx-e668e6611f13e435f4bbf7c4971c5f7c9bf945b3.tar.bz2 drakx-e668e6611f13e435f4bbf7c4971c5f7c9bf945b3.tar.xz drakx-e668e6611f13e435f4bbf7c4971c5f7c9bf945b3.zip |
add usb-midi into multimedia/usb_sound
Diffstat (limited to 'kernel')
-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 f2923e971..161f13afc 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -189,7 +189,7 @@ our %l = ( radio => [ qw(radio-gemtek-pci radio-maxiradio) ], scanner => [ qw(scanner microtek) ], gameport => [ qw(cs461x ns558 emu10k1-gp fm801-gp lightning ns558 vortex) ], - usb_sound => [ qw(audio dabusb dsbr100 snd-usb-audio snd-usb-usx2y) ], + usb_sound => [ qw(audio dabusb dsbr100 snd-usb-audio snd-usb-usx2y usb-midi) ], webcam => [ qw(cpia_usb cyber2000fb ibmcam konicawc mod_quickcam ov511 ov511-alt ov518_decomp ovfx2 pwc quickcam se401 stv680 sn9c102 ultracam usbvideo usbvision vicam w9968cf) ], }, |