From: Anssi Hannula Date: Wed, 19 Jul 2006 05:40:22 +0000 (-0400) Subject: Input: implement new force feedback interface X-Git-Tag: v2.6.19-rc1~375^2~33 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509ca1a9383601fdc5612d3d3ba5b981f6eb6c8b;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed