Re: [PATCH 2/2] uinput: Use input_inject_event in uinput_inject_event

2013-09-10 Thread Ryan Mallon
On 11/09/13 10:12, Dmitry Torokhov wrote: > Hi Ryan, > > On Wed, Sep 11, 2013 at 09:32:53AM +1000, Ryan Mallon wrote: >> Call input_inject_event rather than input_event in uinput_inject_event. This >> mirrors the behaviour of evdev_write. input_inject_event will ignore the >> injected event if the

Re: [PATCH 2/2] uinput: Use input_inject_event in uinput_inject_event

2013-09-10 Thread Dmitry Torokhov
Hi Ryan, On Wed, Sep 11, 2013 at 09:32:53AM +1000, Ryan Mallon wrote: > Call input_inject_event rather than input_event in uinput_inject_event. This > mirrors the behaviour of evdev_write. input_inject_event will ignore the > injected event if the uinput input device has been grabbed for exclusive