On Fri, 7 Jun 2002 07:43, Greg KH wrote: > [EMAIL PROTECTED], 2002-06-05 16:49:34-07:00, [EMAIL PROTECTED] > Added usb-midi driver from NAGANO Daisuke with some porting from me. > > drivers/usb/class/Config.in | 1 > drivers/usb/class/Makefile | 1 > drivers/usb/class/usb-midi.c | 2228 > +++++++++++++++++++++++++++++++++++++++++++ drivers/usb/class/usb-midi.h | > 143 ++ > 4 files changed, 2373 insertions(+)
I think it is pretty unsat that we keep adding Config.in options and associated driver code without Config.help entries. Patch attached. I can't make 2.5.21 compile yet, but I did a quick test and it looked OK. Consider merging? Brad -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black.
diff -Naur -X dontdiff linux-2.5.21-clean/drivers/usb/class/Config.help linux-2.5.21-midi-help/drivers/usb/class/Config.help --- linux-2.5.21-clean/drivers/usb/class/Config.help Sun Jun 9 15:29:32 2002 +++ linux-2.5.21-midi-help/drivers/usb/class/Config.help Sun Jun 9 21:36:38 2002 @@ -34,6 +34,26 @@ The module will be called bluetty.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. +CONFIG_USB_MIDI + Say Y here if you want to connect a USB MIDI device to your + computer's USB port. This driver is for devices that comply with + 'Universal Serial Bus Device Class Definition for MIDI Device'. + + The following devices are known to work: + * Steinberg USB2MIDI + * Roland MPU64 + * Roland PC-300 + * Roland SC8850 + * Roland UM-1 + * Roland UM-2 + * Roland UA-100 + * Yamaha MU1000 + + This code is also available as a module ( = code which can be + inserted in and removed from the running kernel whenever you want). + The module will be called usb-midi.o. If you want to compile it as a + module, say M here and read <file:Documentation/modules.txt>. + CONFIG_USB_PRINTER Say Y here if you want to connect a USB printer to your computer's USB port.
