Searched hist:"0 e739d28762e78c746cad8edd33223550a1c6a3f" (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | input.h | diff 0e739d28762e78c746cad8edd33223550a1c6a3f Thu Jul 06 06:22:43 CEST 2006 Dmitry Torokhov <dtor@insightbb.com> 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 <dtor@mail.ru>
|
/linux/drivers/input/ |
H A D | evdev.c | diff 0e739d28762e78c746cad8edd33223550a1c6a3f Thu Jul 06 06:22:43 CEST 2006 Dmitry Torokhov <dtor@insightbb.com> 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 <dtor@mail.ru>
|
H A D | input.c | diff 0e739d28762e78c746cad8edd33223550a1c6a3f Thu Jul 06 06:22:43 CEST 2006 Dmitry Torokhov <dtor@insightbb.com> 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 <dtor@mail.ru>
|