ChangeSet 1.1325.4.22, 2003/09/25 11:20:21-07:00, bunk@fs.tum.de

[PATCH] USB: 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


 drivers/usb/input/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
--- a/drivers/usb/input/Kconfig	Thu Sep 25 14:30:35 2003
+++ b/drivers/usb/input/Kconfig	Thu Sep 25 14:30:35 2003
@@ -112,8 +112,8 @@
 	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.