2003-09-25 13:15:44

by Adrian Bunk

[permalink] [raw]
Subject: [2.4 patch] fix USB_MOUSE help text

The USB_MOUSE help text was obviously copied from the USB_KBD help text.
The patch below does a s/keyboard/mouse/g

Please apply
Adrian

--- linux-2.4.23-pre5/Documentation/Configure.help.old 2003-09-25 15:13:23.000000000 +0200
+++ linux-2.4.23-pre5/Documentation/Configure.help 2003-09-25 15:14:27.000000000 +0200
@@ -14742,8 +14742,8 @@
USB HIDBP Mouse (basic) support
CONFIG_USB_MOUSE
Say Y here only if you are absolutely sure that you don't want
- to use the generic HID driver for your USB keyboard and prefer
- to use the keyboard in its limited Boot Protocol mode instead.
+ to use the generic HID driver for your USB mouse and prefer
+ to use the mouse in its limited Boot Protocol mode instead.

This is almost certainly not what you want.


2003-09-25 23:02:46

by Greg KH

[permalink] [raw]
Subject: Re: [2.4 patch] fix USB_MOUSE help text

On Thu, Sep 25, 2003 at 03:15:36PM +0200, Adrian Bunk wrote:
> The USB_MOUSE help text was obviously copied from the USB_KBD help text.
> The patch below does a s/keyboard/mouse/g

Applied, thanks.

greg k-h