original_kernel/drivers/input
Anssi Hannula 509ca1a938 Input: implement new force feedback interface
Implement a new force feedback interface, in which all non-driver-specific
operations are separated to a common module. This includes handling effect
type validations, locking, etc.

The effects are now file descriptor specific instead of the previous strange
half-process half-fd specific behaviour. The effect memory of devices is not
emptied if the root user opens and closes the device while another user is
using effects. This is a minor change and most likely no force feedback
aware programs are affected by this negatively.

Otherwise the userspace interface is left unaltered.

Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2006-07-19 01:40:22 -04:00
..
gameport Input: serio/gameport - check whether driver core calls succeeded 2006-07-19 01:14:55 -04:00
joystick Input: spaceball - make 4000FLX Lefty work 2006-07-19 01:14:44 -04:00
keyboard [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants 2006-07-02 13:58:50 -07:00
misc Input: wistron - fix section reference mismatches 2006-07-06 00:23:38 -04:00
mouse [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants 2006-07-02 13:58:50 -07:00
serio Input: serio/gameport - check whether driver core calls succeeded 2006-07-19 01:14:55 -04:00
touchscreen Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm 2006-07-02 15:07:45 -07:00
Kconfig
Makefile Input: implement new force feedback interface 2006-07-19 01:40:22 -04:00
evbug.c
evdev.c Input: implement new force feedback interface 2006-07-19 01:40:22 -04:00
ff-core.c Input: implement new force feedback interface 2006-07-19 01:40:22 -04:00
fixp-arith.h Input: move fixp-arith.h to drivers/input 2006-07-19 01:40:14 -04:00
input.c Input: implement new force feedback interface 2006-07-19 01:40:22 -04:00
joydev.c
mousedev.c
power.c
tsdev.c