ChangeSet 1.2000.12.13, 2004/10/22 11:08:03-07:00, [EMAIL PROTECTED]

[PATCH] USB input Kconfig updates

This tweaks the USB input driver support, notably fixing a botched
dependency that makes all the USB drivers appear strangely in Kconfig.

Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/input/Kconfig |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


diff -Nru a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
--- a/drivers/usb/input/Kconfig 2004-10-22 16:11:50 -07:00
+++ b/drivers/usb/input/Kconfig 2004-10-22 16:11:50 -07:00
@@ -1,7 +1,7 @@
 #
 # USB Input driver configuration
 #
-comment "USB Human Interface Devices (HID)"
+comment "USB Input Devices"
        depends on USB
 
 config USB_HID
@@ -12,7 +12,8 @@
          mice, joysticks, graphic tablets, or any other HID based devices
          to your computer via USB. You also need to select HID Input layer
          support (below) if you want to use keyboards, mice, joysticks and
-         the like.
+         the like ... as well as Uninterruptible Power Supply (UPS) and
+         monitor control devices.
 
          You can't use this driver and the HIDBP (Boot Protocol) keyboard
          and mouse drivers at the same time. More information is available:
@@ -24,7 +25,7 @@
          module will be called usbhid.
 
 comment "Input core support is needed for USB HID input layer or HIDBP support"
-       depends on USB && INPUT=n
+       depends on USB_HID && INPUT=n
 
 config USB_HIDINPUT
        bool "HID input layer support"
@@ -32,8 +33,7 @@
        depends on INPUT && USB_HID
        help
          Say Y here if you want to use a USB keyboard, mouse or joystick,
-         or any other HID input device. You also need "Input core support", 
-         (CONFIG_INPUT), which you select under "Input device support", above.
+         or any other HID input device.
 
          If unsure, say Y.
 
@@ -87,7 +87,6 @@
 
          This module supports these devices separately using a separate
          event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
-         This driver requires CONFIG_USB_HID.
 
          If unsure, say Y.
 



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to