Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37881
b: refs/heads/master
c: 7d928a2
h: refs/heads/master
i:
  37879: 6a7a8eb
v: v3
  • Loading branch information
Anssi Hannula authored and Dmitry Torokhov committed Jul 19, 2006
1 parent 3b2dc3c commit abb5262
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 509ca1a9383601fdc5612d3d3ba5b981f6eb6c8b
refs/heads/master: 7d928a2b14eede1f333db7b7b684c57f7fa7f456
14 changes: 14 additions & 0 deletions trunk/drivers/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ config INPUT

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
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
obj-$(CONFIG_INPUT) += input-core.o
input-core-objs := input.o ff-core.o

obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o

obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
obj-$(CONFIG_INPUT_EVDEV) += evdev.o
Expand Down
Loading

0 comments on commit abb5262

Please sign in to comment.