ChangeSet 1.797, 2002/12/05 14:22:32-08:00, rddunlap@osdl.org [PATCH] USB requires MIDI Driver has unresolved references to sound/MIDI symbols (linker problems) without this if USB_MIDI = Y and SOUND isn't in-kernel. diff -Nru a/drivers/usb/Config.in b/drivers/usb/Config.in --- a/drivers/usb/Config.in Thu Dec 5 14:48:15 2002 +++ b/drivers/usb/Config.in Thu Dec 5 14:48:15 2002 @@ -39,7 +39,7 @@ comment ' USB Bluetooth can only be used with disabled Bluetooth subsystem' fi fi - dep_tristate ' USB MIDI support' CONFIG_USB_MIDI $CONFIG_USB + dep_tristate ' USB MIDI support' CONFIG_USB_MIDI $CONFIG_USB $CONFIG_SOUND if [ "$CONFIG_SCSI" = "n" ]; then comment ' SCSI support is needed for USB Storage' fi