Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH] HID: Fix the Kconfig option for generic device handling
@ 2012-06-22  9:13 Henrik Rydberg
  2012-06-25 13:38 ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: Henrik Rydberg @ 2012-06-22  9:13 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Dmitry Torokhov, Jan Beulich, linux-input, linux-kernel,
	Henrik Rydberg

The generic HID driver is obviously not a special driver, so move
it outside of the special drivers menu. Explain the usage and make
the default follow the HID setting. This should simplify migration
from older kernels.

Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
---
Hi Jiri,

As pointed out by Jan Beulich, the generic hid driver Kconfig option
is confusing. This patch ought to fix most of the concerns. For 3.5.

Thanks,
Henrik

 drivers/hid/Kconfig |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 034c80a..fabf817 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -61,21 +61,22 @@ config HIDRAW
 
 source "drivers/hid/usbhid/Kconfig"
 
-menu "Special HID drivers"
-	depends on HID
-
 config HID_GENERIC
 	tristate "Generic HID driver"
 	depends on HID
-	default y
+	default HID
 	---help---
-	Support for generic HID devices.
+	Support for generic devices on the HID bus. This includes most
+	keyboards and mice, joysticks, tablets and digitizers.
 
 	To compile this driver as a module, choose M here: the module
 	will be called hid-generic.
 
 	If unsure, say Y.
 
+menu "Special HID drivers"
+	depends on HID
+
 config HID_A4TECH
 	tristate "A4 tech mice" if EXPERT
 	depends on USB_HID
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-25 15:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22  9:13 [PATCH] HID: Fix the Kconfig option for generic device handling Henrik Rydberg
2012-06-25 13:38 ` Jiri Kosina
2012-06-25 14:09   ` Henrik Rydberg
2012-06-25 15:16   ` Henrik Rydberg
2012-06-25 15:26     ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox