Re: [PATCH] HID: wiimote: Select INPUT_FF_MEMLESS
From: David Herrmann <hidden>
Date: 2011-12-08 08:31:26
Also in:
linux-next, lkml
On Wed, Dec 7, 2011 at 10:07 PM, [off-list ref] wrote:
quoted
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_WIIMOTEdepends on BT_HIDP depends on LEDS_CLASS select POWER_SUPPLY + select INPUT_FF_MEMLESS ---help--- Support for the Nintendo Wii Remote bluetooth device.I don't mean to be a complainer, but shouldn't the WiiMote module depend on FF_MEMLESS rather than just forcing it on.
I have considered that but "grep -r FF_MEMLESS" returned no other driver using "depend" so I decided to use "select", too.
The module could also #define the appropriate bits so that FF_MEMLESS was only used when available, the rumble motor is a very small part of the WiiMote's feature set. Some people might not want FF_MEMLESS enabled.
Why? It is a really small feature that depends only on CONFIG_INPUT. Just 600 lines of code. I don't see why someone who wants to enable the way bigger wiimote driver and HID core would bother about FF_MEMLESS? Why should someone want to disable the rumble-feature of the wiimote? I cannot see any real use-case here. Maybe you can explain a bit more.
Simon.
Cheers David