X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Finput%2FKconfig;h=dc2f8f06c8ee491c3d661c9b2b530d9e412bc4dd;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=7916f807b9b028d3475e35ffe4ec22ce7707ff24;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 7916f807b..dc2f8f06c 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig @@ -1,7 +1,7 @@ # # USB Input driver configuration # -comment "USB Input Devices" +comment "USB Human Interface Devices (HID)" depends on USB config USB_HID @@ -12,8 +12,7 @@ config USB_HID 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 ... as well as Uninterruptible Power Supply (UPS) and - monitor control devices. + the like. You can't use this driver and the HIDBP (Boot Protocol) keyboard and mouse drivers at the same time. More information is available: @@ -25,7 +24,7 @@ config USB_HID module will be called usbhid. comment "Input core support is needed for USB HID input layer or HIDBP support" - depends on USB_HID && INPUT=n + depends on USB && INPUT=n config USB_HIDINPUT bool "HID input layer support" @@ -33,7 +32,8 @@ config USB_HIDINPUT 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. + or any other HID input device. You also need "Input core support", + (CONFIG_INPUT), which you select under "Input device support", above. If unsure, say Y. @@ -87,6 +87,7 @@ config USB_HIDDEV 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. @@ -200,9 +201,6 @@ config USB_EGALAX The driver has been tested on a Xenarc 700TSV monitor with eGalax touchscreen. - Have a look at http://linux.chapter7.ch/touchkit/ for - a usage description and the required user-space stuff. - To compile this driver as a module, choose M here: the module will be called touchkitusb.