]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0028-HID-wiimote-Select-INPUT_FF_MEMLESS.patch
linux-ti33x-psp 3.2: update to 3.2.5
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.2 / 0028-HID-wiimote-Select-INPUT_FF_MEMLESS.patch
1 From f60dd210e7edd913a760ca4c4f9df2c6341f5ef8 Mon Sep 17 00:00:00 2001
2 From: David Herrmann <dh.herrmann@googlemail.com>
3 Date: Wed, 7 Dec 2011 21:33:59 +0100
4 Subject: [PATCH 028/130] HID: wiimote: Select INPUT_FF_MEMLESS
6 commit ef6f41157f3864d9bf42671b2ed66062dcafb72e upstream.
8 We depend on memless force-feedback support, therefore correctly select the
9 related config options.
11 Reported-by: Randy Dunlap <rdunlap@xenotime.net>
12 Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
13 Signed-off-by: Jiri Kosina <jkosina@suse.cz>
14 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15 ---
16  drivers/hid/Kconfig |    1 +
17  1 files changed, 1 insertions(+), 0 deletions(-)
19 diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
20 index 22a4a05..332c22a 100644
21 --- a/drivers/hid/Kconfig
22 +++ b/drivers/hid/Kconfig
23 @@ -620,6 +620,7 @@ config HID_WIIMOTE
24         depends on BT_HIDP
25         depends on LEDS_CLASS
26         select POWER_SUPPLY
27 +       select INPUT_FF_MEMLESS
28         ---help---
29         Support for the Nintendo Wii Remote bluetooth device.
30  
31 -- 
32 1.7.7.4