Update of /cvsroot/gc-linux/linux/drivers/input
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22637/drivers/input
Modified Files:
Kconfig
Log Message:
Merged 2.6.19.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/Kconfig,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Kconfig 6 Jul 2005 16:48:35 -0000 1.6
+++ Kconfig 18 Feb 2007 22:56:02 -0000 1.7
@@ -24,6 +24,20 @@
if INPUT
+config INPUT_FF_MEMLESS
+ tristate "Support for memoryless force-feedback devices"
+ default n
+ ---help---
+ Say Y here if you have memoryless force-feedback input device
+ such as Logitech WingMan Force 3D, ThrustMaster FireStorm Dual
+ Power 2, or similar. You will also need to enable hardware-specific
+ driver.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called ff-memless.
+
comment "Userland interfaces"
config INPUT_MOUSEDEV
|