[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1323290039-28073-1-git-send-email-dh.herrmann@googlemail.com>
Date: Wed, 7 Dec 2011 21:33:59 +0100
From: David Herrmann <dh.herrmann@...glemail.com>
To: linux-input@...r.kernel.org
Cc: rdunlap@...otime.net, linux-next@...r.kernel.org, jkosina@...e.cz,
linux-kernel@...r.kernel.org,
David Herrmann <dh.herrmann@...glemail.com>
Subject: [PATCH] HID: wiimote: Select INPUT_FF_MEMLESS
We depend on memless force-feedback support, therefore correctly select the
related config options.
Reported-by: Randy Dunlap <rdunlap@...otime.net>
Signed-off-by: David Herrmann <dh.herrmann@...glemail.com>
---
Hi Randy
Thanks for reporting this. This patch should fix this. I don't know whether such
fixes belong to stable tree, if they do, Jiri could you CC stable when applying
it?
Cheers
David
drivers/hid/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index edf2b2b..dae04a0 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -591,6 +591,7 @@ config HID_WIIMOTE
depends on BT_HIDP
depends on LEDS_CLASS
select POWER_SUPPLY
+ select INPUT_FF_MEMLESS
---help---
Support for the Nintendo Wii Remote bluetooth device.
--
1.7.8
--
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