]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] USB: fix USB_MOUSE help text
authorAdrian Bunk <bunk@fs.tum.de>
Thu, 25 Sep 2003 04:20:21 +0000 (21:20 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 25 Sep 2003 04:20:21 +0000 (21:20 -0700)
The USB_MOUSE help text was obviously copied from the USB_KBD help text.
The patch below does a s/keyboard/mouse/g

drivers/usb/input/Kconfig

index 8e53c0a852717c72276b9c75d5365c52709c149d..c9912daaceffb5beda9f664d829c9d238d422262 100644 (file)
@@ -112,8 +112,8 @@ config USB_MOUSE
        depends on USB && INPUT
        ---help---
          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.  This is mostly
          useful for embedded applications or simple mice.