On Thu, 4 Aug 2011, Dmitry Torokhov wrote: > From: Sergei Kolzun <x0r@xxxxxxxxxx> > > 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@xxxxxxxxxx> > Cc: stable@xxxxxxxxxx > Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx> > --- > 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--- I have applied both patches, thanks Dmitry and Sergei! -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html