[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090106091526.GA13640@elf.ucw.cz>
Date: Tue, 6 Jan 2009 10:15:27 +0100
From: Pavel Machek <pavel@...e.cz>
To: jikos@...e.cz, kernel list <linux-kernel@...r.kernel.org>
Subject: HID_DEBUG make defaults consistent
Make defaults consistent with help text suggestions for HID_DEBUG.
Signed-off-by: Pavel Machek <pavel@...e.cz>
---
commit 1555e350e30ca0cf46946f3aad62d07047444003
tree f3e8bbaa6b81e7a9f7d8181d2caf85ff49bffa44
parent 4259881431279f13bf6c5ca19b0a0ac9293ec22b
author Pavel <pavel@....ucw.cz> Tue, 06 Jan 2009 10:14:55 +0100
committer Pavel <pavel@....ucw.cz> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists