projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8da02
)
HID: wiimote: Select INPUT_FF_MEMLESS
author
David Herrmann
<dh.herrmann@googlemail.com>
Wed, 7 Dec 2011 20:33:59 +0000
(21:33 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Sun, 11 Dec 2011 23:27:21 +0000
(
00:27
+0100)
We depend on memless force-feedback support, therefore correctly select the
related config options.
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Cc: stable@kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index 22a4a051f221e885d647d6db2e0a0f046074efae..332c22a6629194ad73a6e81260c26564efe8b11f 100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-620,6
+620,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.