linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] HID: ACRUX - fix enabling force feedback support
@ 2011-08-04  7:25 Dmitry Torokhov
  2011-08-04  7:25 ` [PATCH 2/2] HID: ACRUX - handle gamepads with different report layout Dmitry Torokhov
  2011-08-04 13:26 ` [PATCH 1/2] HID: ACRUX - fix enabling force feedback support Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2011-08-04  7:25 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, Sergei Kolzun

From: Sergei Kolzun <x0r@dv-life.ru>

The config option needs to be a 'bool' and not a tristate, otheriwse
force feedback support never makes it into the module.

Signed-off-by: Sergei Kolzun <x0r@dv-life.ru>
Cc: stable@kernel.org
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---
 drivers/hid/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 36ca465..a1f3c0d 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -69,7 +69,7 @@ config HID_ACRUX
 	Say Y here if you want to enable support for ACRUX game controllers.
 
 config HID_ACRUX_FF
-	tristate "ACRUX force feedback support"
+	bool "ACRUX force feedback support"
 	depends on HID_ACRUX
 	select INPUT_FF_MEMLESS
 	---help---
-- 
1.7.6


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

end of thread, other threads:[~2011-08-04 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04  7:25 [PATCH 1/2] HID: ACRUX - fix enabling force feedback support Dmitry Torokhov
2011-08-04  7:25 ` [PATCH 2/2] HID: ACRUX - handle gamepads with different report layout Dmitry Torokhov
2011-08-04 13:26 ` [PATCH 1/2] HID: ACRUX - fix enabling force feedback support Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).