Messages in this thread Patch in this message |  | | Date | Thu, 15 Nov 2001 11:51:04 -0800 | From | Greg KH <> | Subject | Re: Symbols missing help |
| |
On Thu, Nov 15, 2001 at 02:33:37AM -0500, Eric S. Raymond wrote: > USB_SERIAL_IR
Here's the patch against 2.4.15-pre4 for this symbol.
thanks,
greg k-h
diff --minimal -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Thu Nov 15 10:46:22 2001 +++ b/Documentation/Configure.help Thu Nov 15 10:46:22 2001 @@ -12717,6 +12717,17 @@ The module will be called visor.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. +USB IR Dongle Serial Driver +CONFIG_USB_SERIAL_IR + Say Y here if you want to enable simple serial support for USB IrDA + devices. This is useful if you do not want to use the full IrDA + stack. + + 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 ir-usb.o. If you want to compile it as a + module, say M here and read <file:Documentation/modules.txt>. + USB Belkin and Paracom Single Port Serial Driver CONFIG_USB_SERIAL_BELKIN Say Y here if you want to use a Belkin USB Serial single port - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |