2009-01-06 09:13:38

by Pavel Machek

[permalink] [raw]
Subject: HID_DEBUG make defaults consistent

Make defaults consistent with help text suggestions for HID_DEBUG.

Signed-off-by: Pavel Machek <[email protected]>

---
commit 1555e350e30ca0cf46946f3aad62d07047444003
tree f3e8bbaa6b81e7a9f7d8181d2caf85ff49bffa44
parent 4259881431279f13bf6c5ca19b0a0ac9293ec22b
author Pavel <[email protected]> Tue, 06 Jan 2009 10:14:55 +0100
committer Pavel <[email protected]> Tue, 06 Jan 2009 10:14:55 +0100

drivers/hid/Kconfig | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index b4fd8ca..9c41d37 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -29,11 +29,11 @@ config HID

For docs and specs, see http://www.usb.org/developers/hidpage/

- If unsure, say Y
+ If unsure, say Y.

config HID_DEBUG
bool "HID debugging support"
- default y if !EMBEDDED
+ default y
depends on HID
---help---
This option lets the HID layer output diagnostics about its internal
@@ -44,7 +44,7 @@ config HID_DEBUG
This feature is useful for those who are either debugging the HID parser
or any HID hardware device.

- If unsure, say N
+ If unsure, say Y.

config HIDRAW
bool "/dev/hidraw raw HID device support"

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


2009-01-06 09:56:47

by Jiri Kosina

[permalink] [raw]
Subject: Re: HID_DEBUG make defaults consistent

On Tue, 6 Jan 2009, Pavel Machek wrote:

> Make defaults consistent with help text suggestions for HID_DEBUG.
>
> Signed-off-by: Pavel Machek <[email protected]>

Applied, thanks.

--
Jiri Kosina
SUSE Labs