All of lore.kernel.org
 help / color / mirror / Atom feed
* + input-xpad-fix-dependancy-on-leds-class.patch added to -mm tree
@ 2007-09-27  4:26 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-09-27  4:26 UTC (permalink / raw)
  To: mm-commits; +Cc: dmitry.torokhov, dtor


The patch titled
     Input: xpad: fix dependancy on LEDS class
has been added to the -mm tree.  Its filename is
     input-xpad-fix-dependancy-on-leds-class.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Input: xpad: fix dependancy on LEDS class
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>

The driver can not be built-in when LEDS class is a module.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/input/joystick/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/input/joystick/Kconfig~input-xpad-fix-dependancy-on-leds-class drivers/input/joystick/Kconfig
--- a/drivers/input/joystick/Kconfig~input-xpad-fix-dependancy-on-leds-class
+++ a/drivers/input/joystick/Kconfig
@@ -277,7 +277,7 @@ config JOYSTICK_XPAD_FF
 
 config JOYSTICK_XPAD_LEDS
 	bool "LED Support for Xbox360 controller 'BigX' LED"
-	depends on LEDS_CLASS && JOYSTICK_XPAD
+	depends on JOYSTICK_XPAD && (LEDS_CLASS=y || LEDS_CLASS=JOYSTICK_XPAD)
 	---help---
 	  This option enables support for the LED which surrounds the Big X on
 	  XBox 360 controller.
_

Patches currently in -mm which might be from dmitry.torokhov@gmail.com are

input-xpad-fix-dependancy-on-leds-class.patch
git-input.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-27  4:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27  4:26 + input-xpad-fix-dependancy-on-leds-class.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.