From: Dmitry Torokhov Date: Thu, 6 Jul 2006 04:22:43 +0000 (-0400) Subject: Input: introduce input_inject_event() function X-Git-Tag: v2.6.18-rc4~1^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e739d28762e78c746cad8edd33223550a1c6a3f;p=pandora-kernel.git Input: introduce input_inject_event() function Create input_inject_event() function which is to be used by input handlers as opposed to input_event() which is reserved for drivers implementing input devices. The difference is that if device is "grabbed" by some process input_inject_event() will ignore events unless sent from the handle that is currently owns the device. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed