[PATCH] docfix for 2.4.x Configure.help

Marcus Dennis (aa341@acorn.net)
Fri, 12 Apr 2002 14:10:44 -0400 (EDT)


Apologies in advance if I've made an error in who this is Cc'd to.

Problem: Input core help is confusing wrt joysticks
Description:
The input core subsystem is necessary for 2.4 joystick support, even for
non-usb joysticks. "Joystick support" in "Input core support" mentions
only USB joysticks, but is necessary to have a jsX interface at all.
Fix:
The following patch modifies Configure.help's entry for "Input core
support" to state that it is required for any joysticks, and "Joystick
support" under it to remove the reference to USB.

Patch follows:

--- linux-2.4.18/Documentation/Configure.help.old Thu Mar 21 12:51:16 2002
+++ linux-2.4.18/Documentation/Configure.help Thu Mar 21 12:56:55 2002
@@ -12838,6 +12838,9 @@
Say Y here if you want to enable any of the USB HID options in the
USB support section which require Input core support.

+ Finally, say Y here and to Joystick Support below if you want to
+ support any joystick or gamepad.
+
Otherwise, say N.

Keyboard support
@@ -12882,7 +12885,7 @@

Joystick support
CONFIG_INPUT_JOYDEV
- Say Y here if you want your USB HID joystick or gamepad to be
+ Say Y here if you want your joystick or gamepad to be
accessible as char device 13:0+ - /dev/input/jsX device.

This driver is also available as a module ( = code which can be

-
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/